- Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathRandomKit.podspec
More file actions
Latest commit
18 lines (18 loc) · 961 Bytes
/
Copy pathRandomKit.podspec
File metadata and controls
18 lines (18 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="RandomKit"
s.version="5.2.3"
s.summary="Random data generation in Swift."
s.homepage="https://github.com/nvzqz/#{s.name}"
s.documentation_url="https://nvzqz.github.io/#{s.name}/docs/index.html"
s.license={:type=>"MIT",:file=>"LICENSE.md"}
s.author="Nikolai Vazquez"
s.social_media_url="https://twitter.com/nikolaivazquez"
s.ios.deployment_target="8.0"
s.osx.deployment_target="10.9"
s.watchos.deployment_target='2.0'
s.tvos.deployment_target='9.0'
s.source={:git=>"https://github.com/nvzqz/#{s.name}.git",:tag=>"v#{s.version}"}
s.source_files="Sources/#{s.name}/**/*.swift"
s.dependency"ShiftOperations","~> 1.0.2"
s.dependency"Threadly","~> 1.0"
end