Skip to content

Commit 074c5b2

Browse files
author
funzin
committed
Update podspec
1 parent 76b8b4b commit 074c5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sica.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Sica"
11-
s.version = "0.3.3"
11+
s.version = "0.3.4"
1212
s.summary = "Sica can execute various animations sequentially or parallely"
1313
s.homepage = "https://github.com/cats-oss/Sica"
1414
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.osx.deployment_target = "10.11"
1919
s.source = { :git => "https://github.com/cats-oss/Sica.git", :tag => "#{s.version}" }
2020
s.source_files = "Sica/**/*.{swift}"
21-
s.swift_version = '4.1'
21+
s.swift_version = '4.2'
2222
end

0 commit comments

Comments
 (0)