-
Notifications
You must be signed in to change notification settings - Fork 228
/
ZLSwipeableViewSwift.podspec
22 lines (18 loc) · 1.16 KB
/
ZLSwipeableViewSwift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "ZLSwipeableViewSwift"
s.version = "0.0.9"
s.summary = "A simple view for building card like interface like Tinder and Potluck."
s.description = <<-DESC
ZLSwipeableViewSwift is a simple view for building card like interface like Tinder and Potluck.
DESC
s.homepage = "https://github.com/zhxnlai/ZLSwipeableViewSwift"
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"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Zhixuan Lai" => "[email protected]" }
s.social_media_url = "http://twitter.com/ZhixuanLai"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/zhxnlai/ZLSwipeableViewSwift.git", :tag => "0.0.9" }
s.source_files = "ZLSwipeableViewSwift/*.swift"
s.framework = "UIKit"
s.requires_arc = true
end