blob: 11692e0fef5d9dc3baec27b625eb01646b49c3d7 [file] [log] [blame]
{
"name": "Parse-OSX",
"version": "1.6.2",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.parse.com/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"documentation_url": "https://parse.com/docs/ios_guide",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/d9dd1242464f5bb586d9f8d660045c04/parse-osx-library-1.6.2.zip"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": false,
"vendored_frameworks": "ParseOSX.framework",
"resources": "ParseOSX.framework",
"public_header_files": "ParseOSX.framework/**/*.h",
"frameworks": [
"ApplicationServices",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts": [
"~> 1.1.3"
]
}
}