blob: dd90e93f8f5396276500e2d1676f1f408212cb82 [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "3.0.8",
"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.0.8"
},
"source_files": "src/*.{h,m}",
"resources": "src/FacebookSDKResources.bundle",
"libraries": "sqlite3.0",
"header_dir": "FacebookSDK",
"dependencies": {
"SBJson": [
"2.2.3"
]
},
"requires_arc": false
}