Snippets is a framework for microblogging on iOS, OSX, and tvOS.
Included in the framework:
- Micro.blog JSON API for querying the Micro.blog platform: (See here)
- Micropub compatible posting API (See here)
- XML-RPC compatible posting API
- A complete reference application implementing the available APIs
This library requires a deployment target of iOS 10.0 or greater, OSX 10.10 or greater or tvOS 10.0 or greater.
This library is written entirely in Swift but has been made compatible with Objective-C calling applications.
Snippets supports native integration with the Swift Package Manager.
Snippets may be installed via Carthage. To install it, simply add the following line to your Cartfile
:
github "microdotblog/snippets"
The Snippets framework is available under the MIT license. See LICENSE.md
for more information.