blob: 6af064529f9492befc0a6ea8d7592fb5ddcbc529 [file] [log] [blame]
{
"name": "GhostLoginManager",
"version": "0.4.1",
"summary": "A client library to log into an installation of Ghost",
"description": "GhostLoginManager is an Swift client for the Ghost authentication API.",
"homepage": "https://github.com/kerrmarin/GhostLoginManager",
"license": "MIT",
"authors": {
"Kerr Marin Miller": "kerr@kerrmarin.com"
},
"source": {
"git": "https://github.com/kerrmarin/GhostLoginManager.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GhostLoginManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}