blob: 4e1955f80447ea0500f801fcc5d89a300ef8829d [file] [log] [blame]
{
"name": "Parse-iOS",
"version": "1.2.21",
"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.",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/f1992e7a501affcc1906429e3690bae5/parse-library-1.2.21.zip"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"vendored_frameworks": "Parse.framework",
"public_header_files": "Parse.framework/**/*.h",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts": [
"~> 1.1.2"
]
}
}