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.
CocoaPods is a dependency manager for Objective-C which automates and simplifies the process of using third-party libraries. If you're new to CocoaPods, check out the Getting Started and Using CocoaPods guides.
Add the following to your Podfile, then run pod install
:
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.