[Add] PrimerSDK 2.32.1
[CocoaPods.git] / Specs / e / 0 / c / AmazonS3RequestManagerDomain / 0.12.4 / AmazonS3RequestManagerDomain.podspec.json
blobb72cace701ee1533cac9d9feb3a5dee11625a9ea
2   "name": "AmazonS3RequestManagerDomain",
3   "version": "0.12.4",
4   "license": "MIT",
5   "summary": "A Alamofire based request manager that serializes requests to the AWS S3 (Amazon Simple Storage Solution). Based on AFAmazonS3Manager",
6   "homepage": "https://github.com/tonyli508/AmazonS3RequestManager.git",
7   "social_media_url": "http://twitter.com/tonyli508",
8   "authors": {
9     "Li Jiantang": "tonyli508@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tonyli508/AmazonS3RequestManager.git",
13     "tag": "0.12.4"
14   },
15   "ios": {
16     "frameworks": "MobileCoreServices"
17   },
18   "osx": {
19     "frameworks": "CoreServices"
20   },
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9"
24   },
25   "source_files": "Source/*.{h,m,swift}",
26   "requires_arc": true,
27   "dependencies": {
28     "AlamofireDomain": [
29       "= 2.1.0"
30     ],
31     "SWXMLHash": [
32       "~> 2.0"
33     ]
34   }