Skip to content

myfitsapp/iOS-SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaasBox iOS SDK

This is the official iOS SDK for BaasBox

#Installation

Cocoapods

Add the following to your Podfile

pod 'BaasBoxSDK', '~> 0.9.0'

Good old way

Download this repo and drag the BaasBox-iOS-SDK folder on your Xcode project.

#Importing

Add #import "BAAClient.h" to the .pch file of your project and you are good to go.

For Swift projects import all the .h and .m files. Xcode will ask you to create a bridging header. Say yes. Then add the following to the bridging header file #import "BAAClient.h". Tested with Xcode6 beta6.

#Documentation Read documentation here: http://www.baasbox.com/documentation

#Example

Download BaasBox, start it, login to the console as an admin and create a collection named "memos".

#License

This SDK is released under the Apache 2 license. See the LICENSE file for more details.

We are gonna write a tutorial soon. Check out our blog

Packages

No packages published

Languages

  • Objective-C 99.5%
  • Ruby 0.5%