[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / c / LetMeAuth-STTwitter / 1.0.0 / LetMeAuth-STTwitter.podspec.json
blobd5005d69c3c058071accfa49029c3739431f3629
2   "name": "LetMeAuth-STTwitter",
3   "version": "1.0.0",
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": "1.0.0"
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       "~> 1.0"
32     ],
33     "STTwitter": [
34       "~> 0.1.6"
35     ]
36   }