blob: 7fb32dceb85e7cbe2a5827191f538a1b5b959526 [file] [log] [blame]
{
"name": "KMMGhostLoginClient",
"version": "0.2",
"summary": "A client library to log into an installation of Ghost",
"description": "KMMGhostLoginClient is an Objective-C client for the Ghost authentication API.",
"homepage": "https://github.com/kerrmarin/KMMGhostLoginClient",
"license": "MIT",
"authors": {
"Kerr Marin Miller": "kerr@kerrmarin.com"
},
"source": {
"git": "https://github.com/kerrmarin/KMMGhostLoginClient.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/kerrmarin",
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GhostLoginClient": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}