blob: f4b49a9845c2b1a2a3a66ff8634427801545fdaa [file] [log] [blame]
{
"name": "SCFacebook",
"version": "4.0",
"summary": "The SCFacebook is a simpler and cleaner to use the api facebook-ios-sdk Objective-C",
"description": "The SCFacebook is a simpler and cleaner to use the api facebook-ios-sdk Objective-C (https://github.com/facebook/facebook-ios-sdk) to perform login, get friends list, information about the user and posting on the wall with ^Block for iPhone. \nhttp://www.lucascorrea.com",
"homepage": "http://www.lucascorrea.com",
"license": {
"type": "MIT",
"text": "SCFacebook is licensed under the MIT License"
},
"authors": {
"Lucas Correa": "contato@lucascorrea.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lucascorrea/SCFacebook.git",
"tag": "4.0"
},
"source_files": "SCFacebook/**/*SCFacebook.{h,m}",
"requires_arc": true,
"dependencies": {
"Bolts": [
],
"FBSDKCoreKit": [
],
"FBSDKShareKit": [
],
"FBSDKLoginKit": [
]
}
}