Skip to content

Commit 51f2eab

Browse files
committed
Bump version to 3.3.1
1 parent 3623a05 commit 51f2eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gifu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Gifu"
3-
s.version = "3.3"
3+
s.version = "3.3.1"
44
s.summary = "High-performance animated GIF support for iOS "
55
s.homepage = "https://github.com/kaishin/Gifu"
66
s.social_media_url = "http://twitter.com/kaishin"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
1010
s.platform = :ios, "9.0"
1111
s.platform = :tvos, "9.0"
12-
s.swift_versions = ["5.0", "5.1", "5.2", "5.3"]
12+
s.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4"]
1313
s.ios.source_files = "Sources/**/*.{h,swift}"
1414
s.tvos.source_files = "Sources/**/*.{h,swift}"
1515
s.ios.deployment_target = "9.0"

0 commit comments

Comments
 (0)