Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
- Closes #20
  • Loading branch information
Reda Lemeden committed Dec 2, 2015
1 parent 2c3f76e commit 6082319
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Gifu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "Gifu"
s.version = "1.0.0"
s.summary = "Highly performant animated GIF support for iOS "
s.homepage = "https://github.com/kaishin/gifu"
s.social_media_url = "http://twitter.com/kaishin"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Reda Lemeden" => "[email protected]" }
s.source = { :git => "https://github.com/kaishin/gifu.git", :tag => "v#{s.version}" }
s.platform = :ios, "8.0"
s.ios.source_files = "Source/**/*.{h,swift}", "Carthage/Checkouts/Runes/Source/Runes.swift"
s.requires_arc = true
s.ios.deployment_target = "8.0"
end

0 comments on commit 6082319

Please sign in to comment.