blob: dccbdcef41d758f19ee47296309d5bc4409d7125 [file] [log] [blame]
{
"name": "VTFollowOnTwitter",
"version": "0.1",
"license": "MIT",
"summary": "Ready to use “Follow me on Twitter” native implementation.",
"homepage": "https://github.com/vtourraine/VTFollowOnTwitter",
"authors": {
"Vincent Tourraine": "me@vtourraine.net"
},
"source": {
"git": "https://github.com/vtourraine/VTFollowOnTwitter.git",
"tag": "0.1"
},
"source_files": "VTFollowOnTwitter.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"Twitter",
"Accounts"
]
}
}