blob: 756ee22cd3f9314d3a1d09b0e04c3e298708b9c3 [file] [log] [blame]
{
"name": "Parse",
"version": "1.2.21",
"license": {
"type": "Commercial",
"text": "See https://parse.com/about/terms"
},
"platforms": {
"ios": "6.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/f1992e7a501affcc1906429e3690bae5/parse-library-1.2.21.zip"
},
"vendored_frameworks": "Parse.framework",
"requires_arc": true,
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.17"
]
}
}