forked from AFNetworking/AFAmazonS3Manager
- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAFAmazonS3Client.podspec
More file actions
Latest commit
16 lines (14 loc) · 591 Bytes
/
Copy pathAFAmazonS3Client.podspec
File metadata and controls
16 lines (14 loc) · 591 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="AFAmazonS3Client"
s.version="2.0.0"
s.summary="AFNetworking Client for the Amazon S3 API."
s.homepage="https://github.com/AFNetworking/AFAmazonS3Client"
s.social_media_url="https://twitter.com/AFNetworking"
s.license='MIT'
s.author={"Mattt Thompson"=>"m@mattt.me"}
s.source={:git=>"https://github.com/AFNetworking/AFAmazonS3Client.git",
:tag=>"2.0.0"}
s.source_files='AFAmazonS3Client'
s.requires_arc=true
s.dependency'AFNetworking','~> 2.0'
end