[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / f / 7 / SHOmniAuthLinkedIn / 0.2.3 / SHOmniAuthLinkedIn.podspec.json
blob2fadf5b38a3ef82a126080b7d2b3ca5ffa09603b
2   "name": "SHOmniAuthLinkedIn",
3   "version": "0.2.3",
4   "summary": "LinkedIn Strategy for SHOmniAuth, uses SHAccountStore.",
5   "description": "                    A strategy for authenticating with LinkedIn via SHOmniAuth.\n                    Uses SHAccountStore & SHRequest.\n",
6   "homepage": "https://github.com/SHOmniAuth/SHOmniAuthLinkedIn",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SHOmniAuth/SHOmniAuthLinkedIn.git",
15     "tag": "0.2.3"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHOmniAuthLinkedIn/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFOAuth1Client": [
24       "~> 0.2.0"
25     ],
26     "SHOmniAuth": [
27       "~> 0.1.0"
28     ],
29     "SHAccountStore": [
30       "~> 0.1.0"
31     ],
32     "SHRequest": [
33       "~> 0.1.0"
34     ]
35   }