Skip to content

KiiPlatform/thing-if-iOSSDK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Circle CI

iOS SDK for Kii Thing Interaction Framework.

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • swift 3.0+

Installation

thing-if iOSSDK only provides dynamic framework, which are only available on iOS 8+

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 0.39.0+ is required to build ThingIFSDK 0.8.0+.

To integrate ThingIFSDK into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'ThingIFSDK', '~> 0.8.0'

Then, run the following command:

$ pod install

Carthage

Note: Please use 0.9.1+

Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate thing-if iOSSDK into your Xcode project using Carthage, specify it in your Cartfile:

github "KiiPlatform/thing-if-iOSSDK" >= 0.8

CocoaPods or Carthage

Using CocoaPods you can only integrate with released thing-if iOSSDK, and Carthage allow you to build other branch of this repository.

Sample Project

A sample project using thing-if iOSSDK can be found here.

License

thing-if iOSSDK is released under the Apache 2.0 license. See LICENSE for details.