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