Latest | 0.3.0 |
---|---|
Homepage | https://github.com/kerrmarin/KMMGhostPostClient |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | AFNetworking |
Authors |
GhostPostClient
Warning
This pod only works with versions < 7.0 of Ghost. Once the public write API comes out I’ll look at updating this to support that.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
GhostPostClient is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "GhostPostClient"
Author
Kerr Marin Miller, [email protected]
License
GhostPostClient is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "KMMGhostPostClient", "version": "0.3.0", "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": "[email protected]" }, "source": { "git": "https://github.com/kerrmarin/KMMGhostPostClient.git", "tag": "0.3.0" }, "social_media_url": "https://twitter.com/kerrmarin", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "AFNetworking": [ "~> 2.6.0" ] } }
Sun, 06 Mar 2016 10:17:04 +0000