blob: d135729e76e789cb28e2a075d1e25dad51fcad9a [file] [log] [blame]
{
"name": "LGTweeter",
"version": "1.0.0",
"license": "MIT",
"summary": "A simple, one-line method to tweet from iOS.",
"homepage": "https://github.com/lewisgodowski/LGTweeter",
"authors": {
"Lewis Godowski": "lewisgodowski@gmail.com"
},
"social_media_url": "http://twitter.com/gdwsk",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/lewisgodowski/LGTweeter.git",
"tag": "v1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": [
"Accounts",
"Social"
],
"requires_arc": true
}