[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / c / SHOmniAuthTwitter / 0.2.2 / SHOmniAuthTwitter.podspec.json
blobac4a557e8752e9f712241dd2a65388328d733da7
2   "name": "SHOmniAuthTwitter",
3   "version": "0.2.2",
4   "summary": "Twitter strategy for SHOmniAuth.",
5   "description": "                    A strategy for authenticating with Twitter via SHOmniAuth.\n                    Uses reverse authentication and ACAccountStore.\n",
6   "homepage": "https://github.com/SHOmniAuth/SHOmniAuthTwitter",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SHOmniAuth/SHOmniAuthTwitter.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "frameworks": [
21     "Social",
22     "Accounts"
23   ],
24   "source_files": "SHOmniAuthTwitter/**/*.{h,m}",
25   "requires_arc": true,
26   "dependencies": {
27     "TWReverseAuth": [
28       "~>0.1.0"
29     ],
30     "AFOAuth1Client": [
31       "~> 0.2.0"
32     ],
33     "SHOmniAuth": [
34       "~> 0.1.0"
35     ]
36   }