[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / 8 / Parse-OSX / 1.6.2 / Parse-OSX.podspec.json
blob11692e0fef5d9dc3baec27b625eb01646b49c3d7
2   "name": "Parse-OSX",
3   "version": "1.6.2",
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/d9dd1242464f5bb586d9f8d660045c04/parse-osx-library-1.6.2.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   }