blob: 0b67deb3a55d8b4fb640e1f92026a0a64269b884 [file] [log] [blame]
{
"name": "ParseFacebookUtils",
"version": "1.8.2",
"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/35b85891ff6027c7327b0173125c4783/parse-library-1.8.2.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.1"
],
"Parse": [
"~> 1.8.2"
],
"Facebook-iOS-SDK": [
"~> 3.23"
]
},
"deprecated_in_favor_of": "Parse/FacebookUtils"
}