[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 6 / a / 0 / VTFollowOnTwitter / 0.1 / VTFollowOnTwitter.podspec.json
blobdccbdcef41d758f19ee47296309d5bc4409d7125
2   "name": "VTFollowOnTwitter",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "Ready to use “Follow me on Twitter” native implementation.",
6   "homepage": "https://github.com/vtourraine/VTFollowOnTwitter",
7   "authors": {
8     "Vincent Tourraine": "me@vtourraine.net"
9   },
10   "source": {
11     "git": "https://github.com/vtourraine/VTFollowOnTwitter.git",
12     "tag": "0.1"
13   },
14   "source_files": "VTFollowOnTwitter.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "ios": {
20     "frameworks": [
21       "Twitter",
22       "Accounts"
23     ]
24   }