[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / c / TransloaditAPI / 0.1.6 / TransloaditAPI.podspec.json
blob688ba2413b164d6fe947ebc700760c1b4c6e0ce0
2   "name": "TransloaditAPI",
3   "version": "0.1.6",
4   "summary": "A simple API to upload files to transloadit.",
5   "homepage": "https://github.com/krummler/iphone-sdk",
6   "screenshots": [
7     "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/1.png",
8     "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/2.png",
9     "https://raw.github.com/krummler/iphone-sdk/master/Screenshots/device/3.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Kevin Rummler": "kevin.rummler@topicus.nl"
14   },
15   "source": {
16     "git": "https://github.com/krummler/iphone-sdk.git",
17     "tag": "0.1.6"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "ios": {
23     "frameworks": [
24       "MobileCoreServices",
25       "SystemConfiguration",
26       "Security",
27       "CoreGraphics"
28     ]
29   },
30   "source_files": [
31     "Classes",
32     "TransloaditAPI/**/*.{h,m}"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "AFNetworking": [
38     ],
39     "Reachability": [
41     ]
42   },
43   "prefix_header_contents": "#import <Availability.h>\n\n#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n"