We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792ce4a commit 0c22ed8Copy full SHA for 0c22ed8
ZLSwipeableViewSwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ZLSwipeableViewSwift"
3
- s.version = "0.0.1"
+ s.version = "0.0.2"
4
s.summary = "A simple view for building card like interface like Tinder and Potluck."
5
s.description = <<-DESC
6
ZLSwipeableViewSwift is a simple view for building card like interface like Tinder and Potluck.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
14
s.platform = :ios, "8.0"
15
16
- s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.1" }
+ s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.2" }
17
s.source_files = "ZLSwipeableViewSwift/*.swift"
18
19
s.framework = "UIKit"
0 commit comments