Skip to content

Commit 458845d

Browse files
committed
update podspec
1 parent c790e55 commit 458845d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZLSwipeableViewSwift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ZLSwipeableViewSwift"
3-
s.version = "0.0.2"
3+
s.version = "0.0.3"
44
s.summary = "A simple view for building card like interface like Tinder and Potluck."
55
s.description = <<-DESC
66
ZLSwipeableViewSwift is a simple view for building card like interface like Tinder and Potluck.
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.platform = :ios, "8.0"
1515

16-
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.2" }
16+
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.3" }
1717
s.source_files = "ZLSwipeableViewSwift/*.swift"
1818

1919
s.framework = "UIKit"

0 commit comments

Comments
 (0)