We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef89bb commit 05ef545Copy full SHA for 05ef545
Pulsator.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "Pulsator"
3
- s.version = "0.5.3"
+ s.version = "0.6.0"
4
s.summary = "Pulse animation for iOS."
5
s.homepage = "https://github.com/shu223/Pulsator"
6
s.screenshots = "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true"
7
s.license = 'MIT'
8
s.author = { "shu223" => "shuichi0526@gmail.com" }
9
s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "#{s.version}" }
10
s.social_media_url = 'https://twitter.com/shu223'
11
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
12
13
s.ios.deployment_target = '8.0'
14
s.osx.deployment_target = '10.9'
0 commit comments