blob: 9c6af87ffdd05efaaa551ba49c6ad0055b8cc11b [file] [log] [blame]
{
"name": "KMMGhostLoginClient",
"version": "0.1.0",
"summary": "A client library to log into an installation of Ghost",
"description": " KMMGhostLoginClient is an Objective-C client for the Ghost authentication API. \n\n",
"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.1.0"
},
"social_media_url": "https://twitter.com/kerrmarin",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GhostLoginClient": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}