blob: b23d9c71ad5b4854c1d7b8c2b7a7846a436c90af [file] [log] [blame]
{
"name": "ParseFacebookUtils",
"version": "1.8.4",
"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/b5e21f31f373c696d14b6770a7c5b245/parse-library-1.8.4.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "*.h",
"source_files": [
"*.h",
"Empty.m"
],
"preserve_paths": "ParseFacebookUtils.framework/ParseFacebookUtils",
"vendored_libraries": "libParseFacebookUtilsLib.a",
"prepare_command": "touch Empty.m && cp ParseFacebookUtils.framework/ParseFacebookUtils libParseFacebookUtilsLib.a && cp ParseFacebookUtils.framework/Headers/* .",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.2.2"
],
"Parse": [
"~> 1.8.4"
],
"Facebook-iOS-SDK": [
"~> 3.24"
]
}
}