[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 0 / AmazonS3RequestManager-JettF / 1.3.1 / AmazonS3RequestManager-JettF.podspec.json
blob5ef4662664d96904c7b8cdfd29fceecca57417eb
2   "name": "AmazonS3RequestManager-JettF",
3   "module_name": "AmazonS3RequestManager",
4   "version": "1.3.1",
5   "license": "MIT",
6   "summary": "A Alamofire based request manager that serializes requests to the AWS S3 (Amazon Simple Storage Solution). Based on AFAmazonS3Manager",
7   "homepage": "https://github.com/JettF/AmazonS3RequestManager-JettF",
8   "social_media_url": "http://twitter.com/AnthonyMDev",
9   "authors": {
10     "Anthony Miller": "AnthonyMDev@gmail.com",
11     "Jett Farmer": "JettFDev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/JettF/AmazonS3RequestManager-JettF.git",
15     "tag": "1.3.1"
16   },
17   "ios": {
18     "frameworks": "MobileCoreServices"
19   },
20   "tvos": {
21     "frameworks": "MobileCoreServices"
22   },
23   "osx": {
24     "frameworks": "CoreServices"
25   },
26   "platforms": {
27     "ios": "8.0",
28     "tvos": "10.1",
29     "osx": "10.10"
30   },
31   "source_files": "Source/*.{h,m,swift}",
32   "requires_arc": true,
33   "dependencies": {
34     "Alamofire": [
35       "~> 4.5"
36     ],
37     "SWXMLHash": [
38       "~> 4.2"
39     ]
40   },
41   "pushed_with_swift_version": "4.0"