[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 7 / SHOmniAuthLinkedIn / 0.2.2 / SHOmniAuthLinkedIn.podspec.json
blob80a310be47e087b12dc01fa403f90235820aee85
2   "name": "SHOmniAuthLinkedIn",
3   "version": "0.2.2",
4   "summary": "LinkedIn Strategy for SHOmniAuth, uses SHAccountStore.",
5   "description": "                    A strategy for authenticating with LinkedIn via SHOmniAuth.\n                    Uses SHAccountStore.\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.2"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHOmniAuthLinkedIn/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFLinkedInOAuth1Client": [
24       "~> 0.0.3"
25     ],
26     "SHOmniAuth": [
27       "~> 0.1.0"
28     ],
29     "SHAccountStore": [
30       "~> 0.1.0"
31     ],
32     "SHRequest": [
33       "~> 0.1.0"
34     ]
35   }