blob: 4b6d8461653164260bc3b423a5df29da4fe8a3ef [file] [log] [blame]
{
"name": "Parse-OSX",
"version": "1.4.0",
"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/3374e09e84aea7c7d6c67684afc9ae7b/parse-osx-library-1.4.0.zip"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": false,
"vendored_frameworks": "ParseOSX.framework",
"public_header_files": "ParseOSX.framework/**/*.h",
"frameworks": [
"ApplicationServices",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts": [
"~> 1.1.2"
]
}
}