Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podspec #9

Merged
merged 1 commit into from
May 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- PopupCollectionViewController (0.2.1)
- PopupCollectionViewController (0.2.2)

DEPENDENCIES:
- PopupCollectionViewController (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
PopupCollectionViewController: c8861cc595700cd9a27e320c6a8cdd42821316c9
PopupCollectionViewController: 2c542e6a27d90a2867cc97355a2a4e3b9d94f8d5

PODFILE CHECKSUM: 149b607a76921de4dcb0280083a71f596b312fd0

Expand Down
2 changes: 1 addition & 1 deletion PopupCollectionViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PopupCollectionViewController"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "PopupCollectionViewController is a collectionView in Popup view"
s.homepage = "https://github.com/corin8823/PopupCollectionViewController"
# s.screenshots = "https://github.com/corin8823/PopupCollectionViewController/blob/master/ScreenShots/Screenshot.gif"
Expand Down