[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.7.5 / Parse.podspec.json
blob09c5c2730b3141a425a1da6b21c9defa6aac23b7
2   "name": "Parse",
3   "version": "1.7.5",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.parse.com/about/terms"
7   },
8   "homepage": "https://www.parse.com/",
9   "summary": "Parse is a complete technology stack to power your app's backend.",
10   "authors": "Parse",
11   "source": {
12     "http": "http://parse-ios.s3.amazonaws.com/4f99c06cc58271c9e18199253fb9e059/parse-library-1.7.5.zip"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": "Parse.framework/**/*.h",
19   "source_files": [
20     "Parse.framework/**/*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "Parse.framework/Parse",
24   "vendored_libraries": "libParse.a",
25   "prepare_command": "touch Empty.m && cp Parse.framework/Parse libParse.a",
26   "frameworks": [
27     "AudioToolbox",
28     "CFNetwork",
29     "CoreGraphics",
30     "CoreLocation",
31     "QuartzCore",
32     "Security",
33     "StoreKit",
34     "SystemConfiguration"
35   ],
36   "weak_frameworks": [
37     "Accounts",
38     "Social"
39   ],
40   "libraries": [
41     "z",
42     "sqlite3"
43   ],
44   "dependencies": {
45     "Bolts/Tasks": [
46       ">= 1.2.0"
47     ]
48   }