forked from daltoniam/SwiftHTTP
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSwiftHTTP.podspec
More file actions
Latest commit
15 lines (15 loc) · 678 Bytes
/
Copy pathSwiftHTTP.podspec
File metadata and controls
15 lines (15 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="SwiftHTTP"
s.version="3.0.1"
s.summary="Thin wrapper around NSURLSession in Swift. Simplifies HTTP requests."
s.homepage="https://github.com/daltoniam/SwiftHTTP"
s.license='Apache License, Version 2.0'
s.author={'Dalton Cherry'=>'http://daltoniam.com'}
s.source={:git=>'https://github.com/daltoniam/SwiftHTTP.git',:tag=>"#{s.version}"}
s.social_media_url='http://twitter.com/daltoniam'
s.ios.deployment_target='8.0'
s.osx.deployment_target='10.10'
s.watchos.deployment_target='2.0'
s.tvos.deployment_target='9.0'
s.source_files='Source/*.swift'
end