Bump to v1.2.1
This commit is contained in:
parent
9575851255
commit
130eb0ee63
|
@ -1,14 +1,14 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "Gifu"
|
s.name = "Gifu"
|
||||||
s.version = "1.0.1"
|
s.version = "1.2.1"
|
||||||
s.summary = "Highly performant animated GIF support for iOS "
|
s.summary = "Highly performant animated GIF support for iOS "
|
||||||
s.homepage = "https://github.com/kaishin/gifu"
|
s.homepage = "https://github.com/kaishin/Gifu"
|
||||||
s.social_media_url = "http://twitter.com/kaishin"
|
s.social_media_url = "http://twitter.com/kaishin"
|
||||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||||
s.author = { "Reda Lemeden" => "git@kaishin.haz.email" }
|
s.author = { "Reda Lemeden" => "git@kaishin.haz.email" }
|
||||||
s.source = { :git => "https://github.com/kaishin/gifu.git", :tag => "v#{s.version}", :submodules => true }
|
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
|
||||||
s.platform = :ios, "8.0"
|
s.platform = :ios, "8.0"
|
||||||
s.ios.source_files = "Source/**/*.{h,swift}", "Carthage/Checkouts/Runes/Source/Runes.swift"
|
s.ios.source_files = "Source/**/*.{h,swift}"
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.ios.deployment_target = "8.0"
|
s.ios.deployment_target = "8.0"
|
||||||
end
|
end
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.1.0</string>
|
<string>1.2.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|
Loading…
Reference in New Issue