blob: f99f2be041f9c1c9b286b3a4b9d555d012bd3be1 [file] [log] [blame]
{
"name": "MVFollow",
"version": "0.1.2",
"summary": "MVFollow is a lightweight drop-in solution that allows you to follow people on Twitter.",
"homepage": "https://github.com/CocoaMarcel/MVFollow",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marcel Voss": "hello@marcelvoss.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/CocoaMarcel/MVFollow.git",
"tag": "0.1.2"
},
"source_files": "MVFollow/*.{h,m}",
"frameworks": [
"Social",
"Accounts"
],
"requires_arc": true
}