blob: 8a18ce1e7243660369b85e66d248d53e321e7351 [file] [log] [blame]
{
"name": "Parse-iOS-SDK",
"version": "1.2.21",
"summary": "Parse is a complete technology stack to power your app's backend.",
"homepage": "http://www.parse.com",
"license": {
"type": "Commercial",
"text": "See https://parse.com/about/terms"
},
"authors": "Parse",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "http://parse-ios.s3.amazonaws.com/f1992e7a501affcc1906429e3690bae5/parse-library-1.2.21.zip"
},
"public_header_files": "Parse.framework/**/*.h",
"vendored_frameworks": "Parse.framework",
"preserve_paths": "Parse.framework",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"AdSupport",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.7"
],
"Bolts": [
]
}
}