To run the example project; clone the repo, and run pod install
from the Example directory first.
Trying to update a pod with teh latest SDK? Ensure Ruby 2.1.1+ is installed, as well as cocoapods:
rvm update <version>
rvm use <version>
sudo gem install cocoapods
KiipSDK is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "KiipSDK"
If you have created a Podfile for the first time, uncomment these two lines of code (or add them).
platform :ios, '9.0'
use_frameworks!
Open up "YOUR_PROJECT_NAME".xcworkspace and click on your project and go to the "Build Setting." Under Build Option, there is a field called "Always Embed Swift Standard Libraries" and mark this as "Yes"
That's it! You are ready to start your project!
Visit our documentation page for more information on how to use it.
KiipSDK is available under the MIT license. See the LICENSE file for more info.