Bump version to 3.2.0
This commit is contained in:
parent
183e7b8928
commit
b61b76eb92
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "Gifu"
|
||||
s.version = "3.1.0"
|
||||
s.version = "3.2.0"
|
||||
s.summary = "High-performance animated GIF support for iOS "
|
||||
s.homepage = "https://github.com/kaishin/Gifu"
|
||||
s.social_media_url = "http://twitter.com/kaishin"
|
||||
|
@ -11,7 +11,6 @@ Pod::Spec.new do |s|
|
|||
s.platform = :tvos, "9.0"
|
||||
s.ios.source_files = "Source/**/*.{h,swift}"
|
||||
s.tvos.source_files = "Source/**/*.{h,swift}"
|
||||
s.requires_arc = true
|
||||
s.ios.deployment_target = "9.0"
|
||||
s.tvos.deployment_target = "9.0"
|
||||
end
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.1.0</string>
|
||||
<string>3.2.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Reference in New Issue