vamsirajendra / human-ios-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HumanKit

The BioDigital Human iOS SDK

Current version: 2.0.0

Previous version: 1.2.0

Please visit http://developer.biodigital.com for documentation and setup instructions, and http://human.biodigital.com to see the 3D Human

To test the Sample Apps, download the ZIP and run 'pod install' in the project directories.
NOTE: You'll need to generate an API key in our developer site and put your credentials into the Sample App to connect to our servers.


To install the HumanKit framework into your own app, add the following to your Podfile:

at the top level add: source 'https://github.com/biodigital-inc/human-ios-sdk.git'

to your app target add: pod 'HumanKit'

for a specific version: pod 'HumanKit', '2.0.0'

for the simulator build: pod 'HumanKit', '2.0.0-sim'

or for a universal build: pod 'HumanKit', '2.0.0-universal'

About

License:MIT License


Languages

Language:Objective-C 74.1%Language:Swift 15.9%Language:Ruby 4.4%Language:JavaScript 3.3%Language:HTML 2.3%Language:CSS 0.0%