diff --git a/AppearanceKit.podspec b/AppearanceKit.podspec index a5024b7..5c68e57 100644 --- a/AppearanceKit.podspec +++ b/AppearanceKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'AppearanceKit' - s.version = '2.11' + s.version = '2.11.1' s.summary = 'Change the appearance of UIKit elements.' # This description is used to generate tags and improve search results. diff --git a/Example/AppearanceKit.xcodeproj/project.pbxproj b/Example/AppearanceKit.xcodeproj/project.pbxproj index c1bab5e..8bc387b 100644 --- a/Example/AppearanceKit.xcodeproj/project.pbxproj +++ b/Example/AppearanceKit.xcodeproj/project.pbxproj @@ -7,20 +7,20 @@ objects = { /* Begin PBXBuildFile section */ - AD08FBC286010FD80AA9DCCF /* Pods_AppearanceKit_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AA6EB181B29E3E167F7E29F /* Pods_AppearanceKit_Tests.framework */; }; + 451471C36A9F2A821BF4E405 /* Pods_AppearanceKit_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1CFBDAF0B13CE56DBADEA3B /* Pods_AppearanceKit_Tests.framework */; }; F8B1405D1F62BAF400285C3E /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 4AA6EB181B29E3E167F7E29F /* Pods_AppearanceKit_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppearanceKit_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B2B2A2CC6B9FB59BB0787F8 /* Pods-AppearanceKit_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppearanceKit_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AppearanceKit_Tests/Pods-AppearanceKit_Tests.debug.xcconfig"; sourceTree = ""; }; 607FACE51AFB9204008FA782 /* AppearanceKit_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppearanceKit_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; 73A435F0A059F6822F466CA6 /* AppearanceKit.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = AppearanceKit.podspec; path = ../AppearanceKit.podspec; sourceTree = ""; }; 7EB7D8DB96CA94A134CADAB9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - 8391A31673A2D1D99E6167C0 /* Pods-AppearanceKit_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppearanceKit_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AppearanceKit_Tests/Pods-AppearanceKit_Tests.release.xcconfig"; sourceTree = ""; }; + 900AB3EA43D2CE75F4EF82A3 /* Pods-AppearanceKit_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppearanceKit_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AppearanceKit_Tests/Pods-AppearanceKit_Tests.release.xcconfig"; sourceTree = ""; }; 979EDEAF339C3E81A858C794 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - D28A3688CB47A35CB3EC896A /* Pods-AppearanceKit_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppearanceKit_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AppearanceKit_Tests/Pods-AppearanceKit_Tests.debug.xcconfig"; sourceTree = ""; }; + D1CFBDAF0B13CE56DBADEA3B /* Pods_AppearanceKit_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppearanceKit_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -28,7 +28,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AD08FBC286010FD80AA9DCCF /* Pods_AppearanceKit_Tests.framework in Frameworks */, + 451471C36A9F2A821BF4E405 /* Pods_AppearanceKit_Tests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -41,8 +41,8 @@ 607FACF51AFB993E008FA782 /* Podspec Metadata */, 607FACE81AFB9204008FA782 /* Tests */, 607FACD11AFB9204008FA782 /* Products */, - CCCAFC3A8827064B24A941D1 /* Pods */, - CD7A7F2C620052022276BC31 /* Frameworks */, + 9D1DF46DA0E6481A3D1626C8 /* Pods */, + 6876A434CC2F362ED008C5DD /* Frameworks */, ); sourceTree = ""; }; @@ -81,23 +81,23 @@ name = "Podspec Metadata"; sourceTree = ""; }; - CCCAFC3A8827064B24A941D1 /* Pods */ = { + 6876A434CC2F362ED008C5DD /* Frameworks */ = { isa = PBXGroup; children = ( - D28A3688CB47A35CB3EC896A /* Pods-AppearanceKit_Tests.debug.xcconfig */, - 8391A31673A2D1D99E6167C0 /* Pods-AppearanceKit_Tests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - CD7A7F2C620052022276BC31 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4AA6EB181B29E3E167F7E29F /* Pods_AppearanceKit_Tests.framework */, + D1CFBDAF0B13CE56DBADEA3B /* Pods_AppearanceKit_Tests.framework */, ); name = Frameworks; sourceTree = ""; }; + 9D1DF46DA0E6481A3D1626C8 /* Pods */ = { + isa = PBXGroup; + children = ( + 3B2B2A2CC6B9FB59BB0787F8 /* Pods-AppearanceKit_Tests.debug.xcconfig */, + 900AB3EA43D2CE75F4EF82A3 /* Pods-AppearanceKit_Tests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -105,11 +105,11 @@ isa = PBXNativeTarget; buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "AppearanceKit_Tests" */; buildPhases = ( - 598D33450FD6FD9846E8E49E /* [CP] Check Pods Manifest.lock */, + 998AC8AADAF84639A49B6004 /* [CP] Check Pods Manifest.lock */, 607FACE11AFB9204008FA782 /* Sources */, 607FACE21AFB9204008FA782 /* Frameworks */, 607FACE31AFB9204008FA782 /* Resources */, - 6C3E22CCC5D066556A4D5EDF /* [CP] Embed Pods Frameworks */, + A654CF06F0A123974B963C8B /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -166,7 +166,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 598D33450FD6FD9846E8E49E /* [CP] Check Pods Manifest.lock */ = { + 998AC8AADAF84639A49B6004 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -184,7 +184,7 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 6C3E22CCC5D066556A4D5EDF /* [CP] Embed Pods Frameworks */ = { + A654CF06F0A123974B963C8B /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -323,7 +323,7 @@ }; 607FACF31AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D28A3688CB47A35CB3EC896A /* Pods-AppearanceKit_Tests.debug.xcconfig */; + baseConfigurationReference = 3B2B2A2CC6B9FB59BB0787F8 /* Pods-AppearanceKit_Tests.debug.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", @@ -342,7 +342,7 @@ }; 607FACF41AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8391A31673A2D1D99E6167C0 /* Pods-AppearanceKit_Tests.release.xcconfig */; + baseConfigurationReference = 900AB3EA43D2CE75F4EF82A3 /* Pods-AppearanceKit_Tests.release.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 418e7f8..641b32f 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AppearanceKit (2.11): + - AppearanceKit (2.11.1): - ContentKit - RepresentationKit - ContentKit (2.0): @@ -28,7 +28,7 @@ CHECKOUT OPTIONS: :git: https://github.com/averello/RepresentationKit.git SPEC CHECKSUMS: - AppearanceKit: 3d96fc896ac3768110c19c52dc694caf6c555514 + AppearanceKit: 14edd2c19fe255182d9cec005b8dd69edb5a9c9d ContentKit: 1fd3e6e87cee63cc68e728d12bf9c0b764239249 RepresentationKit: 13e70a642c8f6ff8ea045b76cbe7814d443e735d diff --git a/Example/Pods/Local Podspecs/AppearanceKit.podspec.json b/Example/Pods/Local Podspecs/AppearanceKit.podspec.json index 2bfa465..98484bf 100644 --- a/Example/Pods/Local Podspecs/AppearanceKit.podspec.json +++ b/Example/Pods/Local Podspecs/AppearanceKit.podspec.json @@ -1,6 +1,6 @@ { "name": "AppearanceKit", - "version": "2.11", + "version": "2.11.1", "summary": "Change the appearance of UIKit elements.", "description": "TODO: Add long description of the pod here.", "homepage": "https://github.com/averello/AppearanceKit", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/averello/AppearanceKit.git", - "tag": "2.11" + "tag": "2.11.1" }, "platforms": { "ios": "9.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 418e7f8..641b32f 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - AppearanceKit (2.11): + - AppearanceKit (2.11.1): - ContentKit - RepresentationKit - ContentKit (2.0): @@ -28,7 +28,7 @@ CHECKOUT OPTIONS: :git: https://github.com/averello/RepresentationKit.git SPEC CHECKSUMS: - AppearanceKit: 3d96fc896ac3768110c19c52dc694caf6c555514 + AppearanceKit: 14edd2c19fe255182d9cec005b8dd69edb5a9c9d ContentKit: 1fd3e6e87cee63cc68e728d12bf9c0b764239249 RepresentationKit: 13e70a642c8f6ff8ea045b76cbe7814d443e735d diff --git a/Example/Pods/Target Support Files/AppearanceKit/Info.plist b/Example/Pods/Target Support Files/AppearanceKit/Info.plist index 632b206..1694f31 100644 --- a/Example/Pods/Target Support Files/AppearanceKit/Info.plist +++ b/Example/Pods/Target Support Files/AppearanceKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.11.0 + 2.11.1 CFBundleSignature ???? CFBundleVersion