snippets
Overview
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
Reference App Screenshot
Requirements
This library requires a deployment target of iOS 10.0 or greater, OSX 10.10 or greater or tvOS 10.0 or greater.
Swift and Objective-C
This library is written entirely in Swift but has been made compatible with Objective-C calling applications.
Installation
- Swift Package Manager
Snippets supports native integration with the Swift Package Manager.
- Cocoapods
The Snippets framework is available through CocoaPods. To install it, simply add the following line to your Podfile
:
pod 'SnippetsFramework'
- Carthage
Snippets may be installed via Carthage. To install it, simply add the following line to your Cartfile
:
github "microdotblog/snippets"
License
The Snippets framework is available under the MIT license. See LICENSE.md
for more information.