[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 9 / c / SHOmniAuthTwitter / 0.2.5 / SHOmniAuthTwitter.podspec.json
blob90815e66dd06fbe8de185cb9159bd824e008ea46
2   "name": "SHOmniAuthTwitter",
3   "version": "0.2.5",
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": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/SHOmniAuth/SHOmniAuthTwitter.git",
13     "tag": "0.2.5"
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   }