[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.7.2.1 / Parse.podspec.json
blob7f3254643b130b2272f5e87e6afde8a85785633f
2   "name": "Parse",
3   "version": "1.7.2.1",
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/588d2825a5cb1a143b9e22947da00a16/parse-library-1.7.2.zip"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": "Parse.framework/**/*.h",
19   "source_files": "Parse.framework/**/*.h",
20   "preserve_paths": "Parse.framework/Parse",
21   "vendored_libraries": "libParse.a",
22   "prepare_command": "cp Parse.framework/Parse libParse.a",
23   "frameworks": [
24     "AudioToolbox",
25     "CFNetwork",
26     "CoreGraphics",
27     "CoreLocation",
28     "MobileCoreServices",
29     "QuartzCore",
30     "Security",
31     "StoreKit",
32     "SystemConfiguration"
33   ],
34   "weak_frameworks": [
35     "Accounts",
36     "Social"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3"
41   ],
42   "dependencies": {
43     "Bolts/Tasks": [
44       ">= 1.1.5"
45     ]
46   }