CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Bean-iOS-OSX-SDK 3.0.6

Bean-iOS-OSX-SDK 3.0.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2017

Maintained by Matthew Lewis, Punch Through, Gretchen Walker, Karel Kalthoff.



  • By
  • Punch Through Design

LightBlue Bean SDK for iOS and OS X

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.

Podfile for iOS

platform :ios
pod 'Bean-iOS-OSX-SDK'

Podfile for OS X

platform :osx
pod 'Bean-iOS-OSX-SDK'

Installation from Source

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.

Clone the Repo

git clone REPO_URL --recursive

Update to Latest Release

git pull
git submodule sync
git submodule update --recursive

Attribution

If you use our SDK to build something cool, we'd appreciate it if you did the following:

License

This SDK is covered under The MIT License. See LICENSE.txt for more details.