Skip to content

Commit

Permalink
Bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishin committed Jun 13, 2021
1 parent 3623a05 commit 51f2eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gifu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Gifu"
s.version = "3.3"
s.version = "3.3.1"
s.summary = "High-performance animated GIF support for iOS "
s.homepage = "https://github.com/kaishin/Gifu"
s.social_media_url = "http://twitter.com/kaishin"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
s.platform = :ios, "9.0"
s.platform = :tvos, "9.0"
s.swift_versions = ["5.0", "5.1", "5.2", "5.3"]
s.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4"]
s.ios.source_files = "Sources/**/*.{h,swift}"
s.tvos.source_files = "Sources/**/*.{h,swift}"
s.ios.deployment_target = "9.0"
Expand Down

0 comments on commit 51f2eab

Please sign in to comment.