blob: 5f496e8f5b332404fa7d6b3c679d7562731ec040 [file] [log] [blame]
{
"name": "ParseFacebookUtils",
"version": "1.9.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": {
"git": "https://github.com/ParsePlatform/ParseFacebookUtils-iOS.git",
"tag": "v3-1.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ParseFacebookUtils/*.h",
"source_files": "ParseFacebookUtils/**/*.{h,m}",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.3.0"
],
"Parse": [
"~> 1.9"
],
"Facebook-iOS-SDK": [
"~> 3.24"
]
},
"deprecated_in_favor_of": "Parse/FacebookUtils"
}