Latest | 0.2.0 |
---|---|
Homepage | https://github.com/getconnect/connect-cocoa |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | YapDatabase |
Authors |
Connect iOS/OSX SDK
Getting Access
Get Connect to sign up and gain access to API keys to start using the SDK.
Installation
The SDK is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ConnectClient"
Documentation
All of the documentation can be found at http://docs.getconnect.io.
Support
Get your questions answered and join in with the connect community at http://docs.getconnect.io/v1.0/discuss.
Contributing
We love open source here at Connect, so we are happy to accept pull requests and will endeavor to fix the issues and include the enhancements that the community raise.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
License
ConnectClient is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ConnectClient", "version": "0.2.0", "summary": "The Connect iOS and OSX SDK", "description": " Use Connect to build beautiful visualizations for your users.n The Connect SDK makes it easy to push events to Connect ready for querying and visualizing.n", "homepage": "https://github.com/getconnect/connect-cocoa", "license": "MIT", "authors": { "Chad Edrupt": "[email protected]" }, "source": { "git": "https://github.com/getconnect/connect-cocoa.git", "tag": "0.2.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": [ "*.{h,m}", "Utilities/*.{h,m}" ], "exclude_files": "Example/**/*", "dependencies": { "YapDatabase": [ "~> 2.6" ] } }
Sun, 06 Mar 2016 07:47:04 +0000