[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.2.21 / Parse.podspec.json
blob756ee22cd3f9314d3a1d09b0e04c3e298708b9c3
2   "name": "Parse",
3   "version": "1.2.21",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://parse.com/about/terms"
7   },
8   "platforms": {
9     "ios": "6.0"
10   },
11   "summary": "Parse iOS SDK for developing apps using the Parse cloud app platform.",
12   "description": "The Parse iOS SDK enables access to the parse.com cloud app platform. Requires an account with parse.com. To integrate after adding this pod, continue with step 9 in the QuickStart: (https://parse.com/apps/quickstart).",
13   "homepage": "http://parse.com",
14   "authors": "Parse",
15   "source": {
16     "http": "http://parse-ios.s3.amazonaws.com/f1992e7a501affcc1906429e3690bae5/parse-library-1.2.21.zip"
17   },
18   "vendored_frameworks": "Parse.framework",
19   "requires_arc": true,
20   "frameworks": [
21     "AudioToolbox",
22     "CFNetwork",
23     "CoreGraphics",
24     "CoreLocation",
25     "MobileCoreServices",
26     "QuartzCore",
27     "Security",
28     "StoreKit",
29     "SystemConfiguration"
30   ],
31   "dependencies": {
32     "Facebook-iOS-SDK": [
33       "~> 3.17"
34     ]
35   }