blob: 29e88b7237faab6daa10cafe66c3176a89dbaa8c [file] [log] [blame]
{
"name": "SCTwitter",
"version": "1.0",
"summary": "A simple and clean to implement login to twitter using Blocks iOS - OAuth",
"description": "A simple and clean to implement login to twitter using Blocks iOS - OAuth \nhttp://www.lucascorrea.com",
"homepage": "http://www.lucascorrea.com",
"license": {
"type": "MIT",
"text": "SCTwitter is licensed under the MIT License"
},
"authors": {
"Lucas Correa": "contato@lucascorrea.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lucascorrea/SCTwitter.git",
"tag": "1.0"
},
"source_files": "SCTwitter/**/SCTwitter.{h,m}",
"requires_arc": true,
"frameworks": [
"Accounts",
"CoreData",
"Social"
],
"dependencies": {
"TwitterKit": [
"1.11.3"
],
"TwitterCore": [
"1.11.3"
]
}
}