Skip to content

Commit 267e0f9

Browse files
committed
Update podspec
1 parent 1a03f93 commit 267e0f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SpringIndicator.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "SpringIndicator"
3-
s.version = "3.0.0"
3+
s.version = "4.0.0"
44
s.summary = "SpringIndicator is a indicator such as a spring and PullToRefresh."
55
s.homepage = "https://github.com/KyoheiG3/SpringIndicator"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Kyohei Ito" => "[email protected]" }
8+
s.swift_version = '4.2'
89
s.ios.deployment_target = '8.0'
910
s.tvos.deployment_target = '9.0'
1011
s.source = { :git => "https://github.com/KyoheiG3/SpringIndicator.git", :tag => s.version.to_s }

0 commit comments

Comments
 (0)