Skip to content

Commit

Permalink
docs: update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwendt committed Feb 25, 2020
1 parent 7e1743b commit 3ad2334
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -13,7 +13,7 @@ DEPENDENCIES:
- SnapshotTesting (= 1.5.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- Capable
- Nimble
- Quick
Expand All @@ -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
4 changes: 2 additions & 2 deletions SheetyColors.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}'
Expand Down

0 comments on commit 3ad2334

Please sign in to comment.