blob: cc3e3f600c8056fb4f27c5a9504cb29743c2fcee [file] [log] [blame]
{
"name": "Facebook-iOS-SDK",
"version": "1.2",
"platforms": {
"ios": null
},
"license": "Apache License, Version 2.0",
"summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
"description": "The iOS SDK provides Facebook Platform support for iOS apps. It 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": "v1.2"
},
"source_files": "src/*.{h,m}",
"resources": "src/FBDialog.bundle",
"dependencies": {
"SBJson": [
"2.2.3"
]
},
"requires_arc": false
}