Skip to content

Commit 05ef545

Browse files
committed
Update podspec
1 parent cef89bb commit 05ef545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pulsator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "Pulsator"
3-
s.version = "0.5.3"
3+
s.version = "0.6.0"
44
s.summary = "Pulse animation for iOS."
55
s.homepage = "https://github.com/shu223/Pulsator"
66
s.screenshots = "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true"
77
s.license = 'MIT'
88
s.author = { "shu223" => "shuichi0526@gmail.com" }
99
s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "#{s.version}" }
1010
s.social_media_url = 'https://twitter.com/shu223'
11-
s.swift_version = '4.2'
11+
s.swift_version = '5.0'
1212

1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)