[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 8 / Parse-OSX / 1.4.0 / Parse-OSX.podspec.json
blob4b6d8461653164260bc3b423a5df29da4fe8a3ef
2   "name": "Parse-OSX",
3   "version": "1.4.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/3374e09e84aea7c7d6c67684afc9ae7b/parse-osx-library-1.4.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   }