blob: 9d60221dc81234805a8102ca3dbf1123b1558902 [file] [log] [blame]
{
"name": "KMMGhostPostClient",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/kerrmarin",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}