[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / c / LetMeAuth-STTwitter / 2.0.1 / LetMeAuth-STTwitter.podspec.json
blobb58808f4044ecf8cfa3c65a4b7584fc2da3fb1ea
2   "name": "LetMeAuth-STTwitter",
3   "version": "2.0.1",
4   "authors": {
5     "Evgeniy Yurtaev": "evgeniyyurt@gmail.com",
6     "Alexey Aleshkov": "djmadcat@gmail.com"
7   },
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "summary": "Let Me Auth! Twitter authorization provider based on STTwitter library",
13   "homepage": "https://github.com/webparadox/LetMeAuth-STTwitter",
14   "source": {
15     "git": "https://github.com/webparadox/LetMeAuth-STTwitter.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/*.{h,m}",
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "Accounts"
27     ]
28   },
29   "dependencies": {
30     "LetMeAuth": [
31       "~> 2.0"
32     ],
33     "STTwitter": [
34       "~> 0.1"
35     ]
36   }