blob: 7586fc9b93515b86156577441b3c81f9d4d73760 [file] [log] [blame]
{
"name": "GhostLoginManager",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GhostLoginManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}