Skip to content

Commit 0cbac47

Browse files
committed
adding podspec
1 parent 4fd71f4 commit 0cbac47

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ZLSwipeableSwift.podspec

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Pod::Spec.new do |s|
2+
s.name = "ZLSwipeableViewSwift"
3+
s.version = "0.0.1"
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.
7+
DESC
8+
s.homepage = "https://github.com/zhxnlai/ZLSwipeableViewSwift"
9+
s.screenshots = "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/animation.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/swipe.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/direction.gif", "https://github.com/zhxnlai/ZLSwipeableViewSwift/raw/master/Previews/undo.gif"
10+
s.license = { :type => "MIT", :file => "LICENSE" }
11+
s.author = { "Zhixuan Lai" => "[email protected]" }
12+
s.social_media_url = "http://twitter.com/ZhixuanLai"
13+
14+
s.platform = :ios, "8.0"
15+
16+
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.1" }
17+
s.source_files = "ZLSwipeableViewSwift/*.swift"
18+
19+
s.framework = "UIKit"
20+
21+
s.requires_arc = true
22+
end

0 commit comments

Comments
 (0)