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