[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.2.0 / Parse.podspec.json
blob85693aa861a13a7997a6526b23e53a8eb6a0573b
2   "name": "Parse",
3   "version": "1.2.0",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://parse.com/about/terms"
7   },
8   "platforms": {
9     "ios": null
10   },
11   "summary": "iOS framework for developing apps using the Parse BaaS.",
12   "description": "To integrate after adding this pod, continue with step 8 here: https://parse.com/apps/quickstart .",
13   "homepage": "http://parse.com",
14   "authors": {
15     "Parse": "support@parse.com"
16   },
17   "source": {
18     "git": "https://github.com/jessbowers/Parse.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "ParseDummy.{m,h}",
22   "preserve_paths": "Parse.framework",
23   "requires_arc": true,
24   "frameworks": [
25     "StoreKit",
26     "AudioToolbox",
27     "CFNetwork",
28     "SystemConfiguration",
29     "MobileCoreServices",
30     "CoreGraphics",
31     "Security",
32     "QuartzCore",
33     "CoreLocation",
34     "Parse"
35   ],
36   "weak_frameworks": [
37     "AdSupport",
38     "Social",
39     "Accounts"
40   ],
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse\""
43   },
44   "libraries": [
45     "z",
46     "sqlite3"
47   ]