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, look below and check out our Reference Docs.
git clone REPO_URL --recursive
####(This is unnecessary if the recursive clone works) git submodule update --init --recursive
git pull
git submodule update --recursive
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like the Bean-iOS-OSX-SDK. See the See the "Getting Started" guide for more information.
platform :ios, '7.0'
pod 'Bean-iOS-OSX-SDK'
platform :osx, '10.9'
pod 'Bean-iOS-OSX-SDK'
If you use our SDK to build something cool, we'd appreciate it if you did the following:
- Link to the Bean page (http://punchthrough.com/bean/). This could be your README.md file, your website's footer, your app's About page, or anywhere you think your users will see it. We appreciate these links because they help people discover the LightBlue Bean, and we want to everyone building something cool with the Bean.
- Let us know what you've built! Our favorite part at Punch Through is when people tell us about projects they're building and what they've accomplished with our products. You could post on Beantalk, our community forum, mention us on Twitter @PunchThrough, or email us at [email protected].
This SDK is covered under The MIT License. See LICENSE.txt
for more details.