blob: 1fb3228009be311ea85e7a96950096a6afa4d94c [file] [log] [blame]
{
"name": "KMMGhostPostClient",
"version": "0.2",
"summary": "A client to retrieve and edit posts from a ghost installation",
"description": "A client to retrieve, edit, create and delete posts from a ghost installation.",
"homepage": "https://github.com/kerrmarin/KMMGhostPostClient",
"license": "MIT",
"authors": {
"Kerr Marin Miller": "kerr@kerrmarin.com"
},
"source": {
"git": "https://github.com/kerrmarin/KMMGhostPostClient.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/kerrmarin",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}