[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 8 / GhostLoginManager / 0.2.0 / GhostLoginManager.podspec.json
blobc0b722dd6c370380c6037ca2723c0cc04b2dc3f7
2   "name": "GhostLoginManager",
3   "version": "0.2.0",
4   "summary": "A client library to log into an installation of Ghost",
5   "description": "GhostLoginManager is an Swift client for the Ghost authentication API.",
6   "homepage": "https://github.com/kerrmarin/GhostLoginManager",
7   "license": "MIT",
8   "authors": {
9     "Kerr Marin Miller": "kerr@kerrmarin.com"
10   },
11   "source": {
12     "git": "https://github.com/kerrmarin/GhostLoginManager.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GhostLoginManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.0"
28     ]
29   }