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