[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 8 / 0 / AmazonS3RequestManager-JettF / 1.3.0 / AmazonS3RequestManager-JettF.podspec.json
blob34e5fad7f251751cba307cad5347b61d60a91404
2   "name": "AmazonS3RequestManager-JettF",
3   "version": "1.3.0",
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/JettF/AmazonS3RequestManager-JettF",
7   "social_media_url": "http://twitter.com/AnthonyMDev",
8   "authors": {
9     "Anthony Miller": "AnthonyMDev@gmail.com",
10     "Jett Farmer": "JettFDev@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/JettF/AmazonS3RequestManager-JettF.git",
14     "tag": "1.3.0"
15   },
16   "ios": {
17     "frameworks": "MobileCoreServices"
18   },
19   "tvos": {
20     "frameworks": "MobileCoreServices"
21   },
22   "osx": {
23     "frameworks": "CoreServices"
24   },
25   "platforms": {
26     "ios": "8.0",
27     "tvos": "10.1",
28     "osx": "10.10"
29   },
30   "source_files": "Source/*.{h,m,swift}",
31   "requires_arc": true,
32   "dependencies": {
33     "Alamofire": [
34       "~> 4.5"
35     ],
36     "SWXMLHash": [
37       "~> 4.2"
38     ]
39   },
40   "pushed_with_swift_version": "4.0"