blob: e5e61af6f84845d70e447d467d26158dd791ac4c [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "3.11.1",
"platforms": {
"ios": null
},
"license": "Apache License, Version 2.0",
"summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
"description": "The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.",
"homepage": "https://developers.facebook.com/docs/ios/",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "sdk-version-3.11.1"
},
"source_files": [
"src/*.{h,m}",
"src/Base64/*.{h,m}",
"src/Cryptography/*.{h,m}"
],
"resources": [
"src/FacebookSDKResources.bundle",
"src/FBUserSettingsViewResources.bundle"
],
"header_dir": "FacebookSDK",
"weak_frameworks": [
"Accounts",
"AdSupport",
"Social",
"Security"
],
"frameworks": "CoreLocation",
"prepare_command": "find src -name \\*.png | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).png|python scripts/image_to_code.py -i \\1/\\2.png -c \\2 -o src|' | sh",
"requires_arc": false
}