blob: 710d193b0f40b8cc2f06c9ccaaba4516ccd8d970 [file] [log] [blame]
{
"name": "Parse",
"version": "1.2.20",
"license": {
"type": "Commercial",
"text": "See https://parse.com/about/terms"
},
"platforms": {
"ios": "5.0"
},
"summary": "Parse iOS SDK for developing apps using the Parse cloud app platform.",
"description": "The Parse iOS SDK enables access to the parse.com cloud app platform. Requires an account with parse.com. To integrate after adding this pod, continue with step 9 in the QuickStart: (https://parse.com/apps/quickstart).",
"homepage": "http://parse.com",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/f8c0daf6c495e2bd4af521898e23bc57/parse-library-1.2.20.zip"
},
"vendored_frameworks": "Parse.framework",
"requires_arc": true,
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.11"
]
}
}