We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b8b4b commit 074c5b2Copy full SHA for 074c5b2
Sica.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = "Sica"
11
- s.version = "0.3.3"
+ s.version = "0.3.4"
12
s.summary = "Sica can execute various animations sequentially or parallely"
13
s.homepage = "https://github.com/cats-oss/Sica"
14
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
s.osx.deployment_target = "10.11"
19
s.source = { :git => "https://github.com/cats-oss/Sica.git", :tag => "#{s.version}" }
20
s.source_files = "Sica/**/*.{swift}"
21
- s.swift_version = '4.1'
+ s.swift_version = '4.2'
22
end
0 commit comments