[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / c / SHOmniAuthTwitter / 0.2.10 / SHOmniAuthTwitter.podspec.json
blob25caed9da99168d79bc19e930cc93d72e1eca874
2   "name": "SHOmniAuthTwitter",
3   "version": "0.2.10",
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/seivan/SHOmniAuthTwitter",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHOmniAuthTwitter.git",
13     "tag": "0.2.10"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "frameworks": [
19     "Social",
20     "Accounts"
21   ],
22   "source_files": "SHOmniAuthTwitter/**/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "TWReverseAuth": [
26       "~>0.1.0"
27     ],
28     "AFOAuth1Client": [
29       "~> 0.2.0"
30     ],
31     "SHOmniAuth": [
32       "~> 0.2.0"
33     ]
34   }