[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / f / 0 / Parse-OSX-SDK / 1.3.0 / Parse-OSX-SDK.podspec.json
blobb6dc1c838702cc47797a82f11de3a848788a238a
2   "name": "Parse-OSX-SDK",
3   "version": "1.3.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/fe7d5b5421b322d1f8fb96ac8ae65b24/parse-osx-library-1.3.0.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   },
39   "deprecated": true,
40   "deprecated_in_favor_of": "Parse-OSX"