Skip to content

Commit

Permalink
Merge pull request #6 from corin8823/fix/small
Browse files Browse the repository at this point in the history
Fix waring
  • Loading branch information
corin8823 authored Mar 4, 2017
2 parents 71c5557 + 58b331f commit 30cb77b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0)
- PopupCollectionViewController (0.2.1)

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

SPEC CHECKSUMS:
PopupCollectionViewController: 90a0bf47d42eab2d06a1314252fa554a5576adfc
PopupCollectionViewController: c8861cc595700cd9a27e320c6a8cdd42821316c9

PODFILE CHECKSUM: 149b607a76921de4dcb0280083a71f596b312fd0

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/PopupCollectonViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ open class PopupCollectionViewController: UIViewController {
}

open func dismiss(completion: (() -> Void)?) {
let animation = self.animation ?? .slideUp
let animation = self.animation
self.hide(animation) {
self.didClosePopupView()
completion?()
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.0"
s.version = "0.2.1"
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

0 comments on commit 30cb77b

Please sign in to comment.