blob: 4f9a2644e3d553ace795ce2905adeedae0a5a636 [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "3.6.0",
"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": "http://developers.facebook.com/docs/reference/iossdk",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "sdk-version-3.6.0"
},
"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",
"requires_arc": false,
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}