CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2017 |
Maintained by Matthew Lewis, Punch Through, Gretchen Walker, Karel Kalthoff.
Punch Through Design's SDK for speeding up development with the LightBlue Bean development platform. Build iOS and OS X apps that talk to your Beans.
To get started with the SDK, check out our installation instructions below, then read our Reference Docs.
platform :ios
pod 'Bean-iOS-OSX-SDK'
platform :osx
pod 'Bean-iOS-OSX-SDK'
You can clone the SDK to add it to your project without using CocoaPods. Since this project uses Git submodules, you will have to clone and pull with them in mind.
git clone REPO_URL --recursive
git pull
git submodule sync
git submodule update --recursive
If you use our SDK to build something cool, we'd appreciate it if you did the following:
This SDK is covered under The MIT License. See LICENSE.txt
for more details.