blob: e13d9799bdcba75910f294d750f85da854842fa1 [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "3.0.6.b",
"platforms": {
"ios": null
},
"license": "Apache License, Version 2.0",
"summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
"description": "The Facebook iOS SDK 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.0.6.b"
},
"source_files": "src/*.{h,m}",
"resources": "src/FacebookSDKResources.bundle",
"libraries": "sqlite3.0",
"header_dir": "FacebookSDK",
"dependencies": {
"SBJson": [
"2.2.3"
]
},
"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"
}