blob: 244658abc174abf7236ec567685bba679324d3b5 [file] [log] [blame]
{
"name": "SCFacebook",
"version": "3.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. \n http://www.lucascorrea.com\n",
"homepage": "http://www.lucascorrea.com",
"license": {
"type": "MIT",
"text": "SCFacebook is licensed under the MIT License"
},
"authors": {
"Lucas Correa": "contato@lucascorrea.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lucascorrea/SCFacebook.git",
"tag": "3.0"
},
"source_files": "SCFacebook/**/*SCFacebook.{h,m}",
"requires_arc": true,
"dependencies": {
"Facebook-iOS-SDK": [
"~> 3.17.0"
],
"SDWebImage": [
"~>3.6"
]
}
}