PunchThrough / Bean-iOS-OSX-SDK

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Installation with CocoaPods

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:

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.

About

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

License:MIT License


Languages

Language:Objective-C 99.6%Language:Ruby 0.4%