/Bean-iOS-OSX-SDK

Punch Through Design's SDK for speeding up development with the LightBlue Bean development platform

Primary LanguageObjective-CMIT LicenseMIT

LightBlue Bean SDK for iOS & OSX

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.

How to Clone and Pull from this repo

Clone

	git clone REPO_URL --recursive

Initialize Submodules

####(This is unnecessary if the recursive clone works) git submodule update --init --recursive

Pull

	git pull
	git submodule update --recursive

Installation with CocoaPods

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.

Podfile for iOS

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

Podfile for OSX

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

Attribution

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 info@punchthrough.com.

Licensing

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