[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.2.16 / Parse.podspec.json
blob44a7e466f11e219112ad46b1cc038030aeaf154c
2   "name": "Parse",
3   "version": "1.2.16",
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 cloud app platform.",
12   "description": "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": {
15     "Parse": "support@parse.com"
16   },
17   "source": {
18     "git": "https://github.com/jessbowers/Parse.git",
19     "tag": "1.2.16"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "AudioToolbox",
24     "CFNetwork",
25     "CoreGraphics",
26     "CoreLocation",
27     "MobileCoreServices",
28     "QuartzCore",
29     "Security",
30     "StoreKit",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "z",
35     "sqlite3"
36   ],
37   "vendored_frameworks": "Parse.framework",
38   "dependencies": {
39     "Facebook-iOS-SDK": [
40       "~> 3.9"
41     ]
42   }