blob: d50f44ffd11d28f326c14c8c0395868241962ca4 [file] [log] [blame]
{
"name": "LVTwitterOAuthClient",
"version": "0.3.0",
"summary": "Super simple oAuth Client for the Twitter API",
"authors": {
"Martin Fernandez": "martin@loovin.com"
},
"homepage": "https://github.com/loovin/LVTwitterOAuthClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/loovin/LVTwitterOAuthClient.git",
"tag": "0.3.0"
},
"dependencies": {
"OAuthCore": [
]
},
"platforms": {
"ios": "6.0"
},
"frameworks": "Social",
"source_files": "LVTwitterOAuthClient/*.{h,m}",
"requires_arc": true
}