[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 8 / KMMGhostLoginClient / 0.1.1 / KMMGhostLoginClient.podspec.json
blob86009c97b54bd1f5d4baefe2d8633d0db80f536e
2   "name": "KMMGhostLoginClient",
3   "version": "0.1.1",
4   "summary": "A client library to log into an installation of Ghost",
5   "description": "                       KMMGhostLoginClient is an Objective-C client for the Ghost authentication API.  \n\n",
6   "homepage": "https://github.com/kerrmarin/KMMGhostLoginClient",
7   "license": "MIT",
8   "authors": {
9     "Kerr Marin Miller": "kerr@kerrmarin.com"
10   },
11   "source": {
12     "git": "https://github.com/kerrmarin/KMMGhostLoginClient.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/kerrmarin",
16   "platforms": {
17     "ios": "8.4"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "GhostLoginClient": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5.4"
29     ]
30   }