[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / 5 / 8 / Parse-OSX / 1.6.0 / Parse-OSX.podspec.json
blob7d38e2fc8ae7f92d66ca6e93e68f705b1f42090f
2   "name": "Parse-OSX",
3   "version": "1.6.0",
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   "documentation_url": "https://parse.com/docs/ios_guide",
11   "authors": "Parse",
12   "source": {
13     "http": "http://parse-ios.s3.amazonaws.com/36df38b230964648132a2680c5b56ba6/parse-osx-library-1.6.0.zip"
14   },
15   "platforms": {
16     "osx": "10.7"
17   },
18   "requires_arc": false,
19   "vendored_frameworks": "ParseOSX.framework",
20   "resources": "ParseOSX.framework",
21   "public_header_files": "ParseOSX.framework/**/*.h",
22   "frameworks": [
23     "ApplicationServices",
24     "CFNetwork",
25     "CoreGraphics",
26     "CoreLocation",
27     "QuartzCore",
28     "Security",
29     "SystemConfiguration"
30   ],
31   "libraries": [
32     "z",
33     "sqlite3"
34   ],
35   "dependencies": {
36     "Bolts": [
37       "~> 1.1.3"
38     ]
39   }