blob: a0fab50af82862847e0dfa6615e18dfa09c8a402 [file] [log] [blame]
{
"name": "LVTwitterOAuthClient",
"version": "0.2.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.2.0"
},
"dependencies": {
"OAuthCore": [
]
},
"platforms": {
"ios": "6.0"
},
"frameworks": "Social",
"source_files": "LVTwitterOAuthClient/*.{h,m}",
"requires_arc": true
}