Gifu/Gifu.podspec

15 lines
585 B
Plaintext
Raw Normal View History

2015-12-02 22:38:03 +00:00
Pod::Spec.new do |s|
s.name = "Gifu"
2016-10-07 20:36:40 +00:00
s.version = "2.0.0-rc"
s.summary = "High-performance animated GIF support for iOS "
2016-05-28 18:40:17 +00:00
s.homepage = "https://github.com/kaishin/Gifu"
2015-12-02 22:38:03 +00:00
s.social_media_url = "http://twitter.com/kaishin"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Reda Lemeden" => "git@kaishin.haz.email" }
2016-05-28 18:40:17 +00:00
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
2015-12-02 22:38:03 +00:00
s.platform = :ios, "8.0"
2016-05-28 18:40:17 +00:00
s.ios.source_files = "Source/**/*.{h,swift}"
2015-12-02 22:38:03 +00:00
s.requires_arc = true
s.ios.deployment_target = "8.0"
end