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