blob: d3c91fc0a6a1e3adce68f3ec7dcbe61a7e82193b [file] [log] [blame]
{
"name": "ParseFacebookUtils",
"version": "1.7.0",
"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/a8bfcb69794698ff9cda86202dd7aad8/parse-library-1.7.0.zip"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"vendored_frameworks": "ParseFacebookUtils.framework",
"public_header_files": "ParseFacebookUtils.framework/**/*.h",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Parse": [
"~> 1.7.0"
],
"Facebook-iOS-SDK": [
"~> 3.23"
]
}
}