blob: 1405519f0876579e6c2a0381049dcfcf80b6833f [file] [log] [blame]
{
"name": "STTwitterTimeLine",
"version": "0.0.1",
"summary": "To Fetch recent tweets of specified twitter-handle on iOS7/iOS6/iOS5",
"homepage": "http://sugartin.info",
"license": "MIT",
"authors": {
"Sagar R. Kothari": "sag333ar@gmail.com"
},
"source": {
"git": "https://github.com/sag333ar/STTwitterTimeLine.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"ios": {
"frameworks": [
"Accounts",
"Social",
"Twitter"
]
},
"requires_arc": false
}