From d12477d2d87f4f129a7c9f5da6608dc004aad823 Mon Sep 17 00:00:00 2001 From: Nobuyasu Masujima Date: Sun, 15 Oct 2017 22:40:04 +0900 Subject: [PATCH] Bump up version to 0.6.0 --- CircleSlider.podspec | 2 +- Example/CircleSlider/Info.plist | 2 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 14 +++---- .../CircleSlider/Info.plist | 40 +++++++++---------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CircleSlider.podspec b/CircleSlider.podspec index 6f8fdfe..18d0122 100644 --- a/CircleSlider.podspec +++ b/CircleSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CircleSlider" -s.version = "0.5.0" +s.version = "0.6.0" s.summary = "CircleSlider is a Circular slider library. written in pure swift." s.homepage = "https://github.com/shushutochako/CircleSlider" s.license = 'MIT' diff --git a/Example/CircleSlider/Info.plist b/Example/CircleSlider/Info.plist index e3644d8..cf097c1 100644 --- a/Example/CircleSlider/Info.plist +++ b/Example/CircleSlider/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.0 + 0.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index ba4906f..e6b235a 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -42,33 +42,33 @@ 045DE881A21972EB143E51BC6CC8EC36 /* Pods-CircleSlider_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CircleSlider_Example-umbrella.h"; sourceTree = ""; }; 059B72664BC4DEDCBF94E24DE9460CA3 /* Pods-CircleSlider_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CircleSlider_Tests-resources.sh"; sourceTree = ""; }; 0BC53A9C3D8AB58F6A1EDC0E30E9E6F7 /* Pods-CircleSlider_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CircleSlider_Example-dummy.m"; sourceTree = ""; }; - 12752937C2F1AA956062010A3B7D1446 /* CircleSlider.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CircleSlider.framework; path = CircleSlider.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 12752937C2F1AA956062010A3B7D1446 /* CircleSlider.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CircleSlider.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 14C8577DF040F97E1A24218A02D5648E /* Pods-CircleSlider_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CircleSlider_Tests-acknowledgements.plist"; sourceTree = ""; }; 1A63D140A861714DD20CDC8C59EA0571 /* Pods-CircleSlider_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CircleSlider_Tests-frameworks.sh"; sourceTree = ""; }; 1D6643155E7919B400D7A2A23E76AEB0 /* Pods-CircleSlider_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CircleSlider_Tests-acknowledgements.markdown"; sourceTree = ""; }; 1F5A891C464321940903322659773D75 /* Pods-CircleSlider_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CircleSlider_Example-acknowledgements.markdown"; sourceTree = ""; }; 205F22356842419FEC9CE6E92DACA29F /* Pods-CircleSlider_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CircleSlider_Tests-umbrella.h"; sourceTree = ""; }; 2244967777521C1F8D9FB30A08481626 /* CircleSlider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CircleSlider.swift; path = Pod/Classes/CircleSlider.swift; sourceTree = ""; }; - 2DE5FC5FD8D3905AE5ADD33C4485B168 /* CircleSlider.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = CircleSlider.modulemap; sourceTree = ""; }; + 2DE5FC5FD8D3905AE5ADD33C4485B168 /* CircleSlider.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = CircleSlider.modulemap; sourceTree = ""; }; 3D18715507E170976793DA151D55005A /* Pods-CircleSlider_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CircleSlider_Tests.debug.xcconfig"; sourceTree = ""; }; - 4B7F3B30C083CC94385994FB91DB6A4A /* Pods_CircleSlider_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CircleSlider_Tests.framework; path = "Pods-CircleSlider_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4B7F3B30C083CC94385994FB91DB6A4A /* Pods_CircleSlider_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 4BFADA3A495D1BA84C8BB26F892DA95F /* CircleSlider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CircleSlider-dummy.m"; sourceTree = ""; }; 57AE48610F8BD546CA5D54DA6AC98C89 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 5B3F534491496F9BCF670987FD32E03C /* TrackLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrackLayer.swift; path = Pod/Classes/TrackLayer.swift; sourceTree = ""; }; 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6AA0A94BC36BC71421C94FB1B981A893 /* Pods_CircleSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CircleSlider_Example.framework; path = "Pods-CircleSlider_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6AA0A94BC36BC71421C94FB1B981A893 /* Pods_CircleSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CircleSlider_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6C7B6BA6575725D886DFA45C2F0E60F2 /* CircleSlider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CircleSlider-prefix.pch"; sourceTree = ""; }; 71769D75A52C5A360EBA66B114E3AEDE /* CircleSlider.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CircleSlider.xcconfig; sourceTree = ""; }; 814D9F67F395D5DD7F733E9E83B52153 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 85A843C5EF627E5C92D5DB26A44BB63D /* Pods-CircleSlider_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CircleSlider_Tests-dummy.m"; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 940E0F561F0D6A09FFC732EF160A9E54 /* Pods-CircleSlider_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CircleSlider_Example.debug.xcconfig"; sourceTree = ""; }; B73ED233D61636F4226D70991BF32CCB /* CircleSlider-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CircleSlider-umbrella.h"; sourceTree = ""; }; - BBFD0C08437DF58B969694243BC5DBFE /* Pods-CircleSlider_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-CircleSlider_Example.modulemap"; sourceTree = ""; }; + BBFD0C08437DF58B969694243BC5DBFE /* Pods-CircleSlider_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-CircleSlider_Example.modulemap"; sourceTree = ""; }; CB55D63B216D78E16ABD57926540C49B /* Pods-CircleSlider_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CircleSlider_Example-resources.sh"; sourceTree = ""; }; CCF765AA20E3150E2E6B6DAA42DAB8C2 /* Math.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Math.swift; path = Pod/Classes/Math.swift; sourceTree = ""; }; CD7E14C8DF5157367C83207FD1F6A7DC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E95D8226DE71692B055FDE68B33291CF /* Pods-CircleSlider_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-CircleSlider_Tests.modulemap"; sourceTree = ""; }; + E95D8226DE71692B055FDE68B33291CF /* Pods-CircleSlider_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-CircleSlider_Tests.modulemap"; sourceTree = ""; }; EA254F8FC3425F9B75078124FA910ABA /* Pods-CircleSlider_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CircleSlider_Example.release.xcconfig"; sourceTree = ""; }; EDE12D0874B87D8DCB716A938F61074F /* Pods-CircleSlider_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CircleSlider_Tests.release.xcconfig"; sourceTree = ""; }; EE6A154D72649ACE264B5073D024374B /* Pods-CircleSlider_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CircleSlider_Example-acknowledgements.plist"; sourceTree = ""; }; diff --git a/Example/Pods/Target Support Files/CircleSlider/Info.plist b/Example/Pods/Target Support Files/CircleSlider/Info.plist index 324eeb2..de676c9 100644 --- a/Example/Pods/Target Support Files/CircleSlider/Info.plist +++ b/Example/Pods/Target Support Files/CircleSlider/Info.plist @@ -2,25 +2,25 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.5.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.6.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass +