Skip to content

Commit

Permalink
adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed May 26, 2015
1 parent 4fd71f4 commit 0cbac47
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ZLSwipeableSwift.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "ZLSwipeableViewSwift"
s.version = "0.0.1"
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.1" }
s.source_files = "ZLSwipeableViewSwift/*.swift"

s.framework = "UIKit"

s.requires_arc = true
end

0 comments on commit 0cbac47

Please sign in to comment.