Teaclave Client SDK (Framework) for iOS

Getting Started with CocoaPods

Here is the Podfile of using the framwork in your app.

use_frameworks!

workspace 'Workspace.xcworkspace'

target 'Workspace' do
  pod 'TeaclaveClientSDK', :path => '/path/to/incubator-teaclave/sdk/swift/TeaclaveClientSDK'
end