- Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathSpringIndicator.podspec
More file actions
Latest commit
15 lines (15 loc) · 668 Bytes
/
Copy pathSpringIndicator.podspec
File metadata and controls
15 lines (15 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="SpringIndicator"
s.version="5.0.0"
s.summary="SpringIndicator is a indicator such as a spring and PullToRefresh."
s.homepage="https://github.com/KyoheiG3/SpringIndicator"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Kyohei Ito"=>"je.suis.kyohei@gmail.com"}
s.swift_version='5.0'
s.ios.deployment_target='8.0'
s.tvos.deployment_target='9.0'
s.source={:git=>"https://github.com/KyoheiG3/SpringIndicator.git",:tag=>s.version.to_s}
s.source_files="SpringIndicator/**/*.{h,swift}"
s.requires_arc=true
s.frameworks="UIKit"
end