Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

exosite-labs/cocoaonep

Repository files navigation

CocoaOneP

CocoaOneP is a bindings library for the Exosite One Platform.

Version Platform Build Status Swift2 Compatable License

This binding is for the Exosite One Platform RPC API, as well as the new web socket API.

You need to be at least partially familar with the low-level APIs to use this library well.

Usage

To run the example project; clone the repo, and run pod install from the Project directory first.

More examples are needed badly, I know. Help.

We are in the progress of adding appledoc to all the headers.

Requirements

CocoaOneP requires Xcode 7.1, targeting either iOS 7.0 and above, or Mac OS 10.8 Mountain Lion. It also depends on AFNetworking 2.6.

Installation with CocoaPods

CocoaOneP is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "CocoaOneP"

If you don't want or need everything, you can install each of the API groups as submodules. For example, if all you need is the RPC API:

pod "CocoaOneP/RPC"

License

License is BSD, Copyright 2014-2015, Exosite LLC. See the LICENSE file for more info.