diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ba39926..55efc94 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Capable/Colors (1.0.1) + - Capable/Colors (1.1.3) - Nimble (8.0.2) - Quick (2.1.0) - - SheetyColors (1.0.0): - - Capable/Colors (~> 1.0.0) + - SheetyColors (1.0.2): + - Capable/Colors (~> 1.1) - SnapshotTesting (1.5.0) DEPENDENCIES: @@ -13,7 +13,7 @@ DEPENDENCIES: - SnapshotTesting (= 1.5.0) SPEC REPOS: - https://github.com/cocoapods/specs.git: + trunk: - Capable - Nimble - Quick @@ -24,12 +24,12 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - Capable: f102b9cb3167470fac31d07d175b95ecb4f9ca9a + Capable: 1568ec5d4dde7daf0925ea327463ee333c9f7341 Nimble: 622629381bda1dd5678162f21f1368cec7cbba60 Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d - SheetyColors: dbf4b6b427d10f0316a2237b8a00cd8d576466dd + SheetyColors: 1d0d56e5ee7923b3f12eea59a2815eae826479ee SnapshotTesting: 9ca1d80f6322509a035856170c11d0571b1f7171 PODFILE CHECKSUM: 4d25efd32952718fd1b46a2d61df3cf0534d24cf -COCOAPODS: 1.7.5 +COCOAPODS: 1.8.4 diff --git a/SheetyColors.podspec b/SheetyColors.podspec index 57fd778..2a71a52 100644 --- a/SheetyColors.podspec +++ b/SheetyColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SheetyColors' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'An action sheet styled color picker for iOS.' s.description = <<-DESC @@ -15,7 +15,7 @@ The SheetyColors color picker is based on UIKit's UIAlertController. Therefore, s.social_media_url = 'https://twitter.com/chr_wendt' s.ios.deployment_target = '11.0' - s.dependency 'Capable/Colors', '~> 1.0' + s.dependency 'Capable/Colors', '~> 1.1' s.source_files = 'SheetyColors/Classes/**/*.{swift}' s.resources = 'SheetyColors/Classes/**/*.{xcassets,xib}'