tree: c5695ccfb5fb89775ca6091fcd6dbbe6446e8caa [path history] [tgz]
  1. TeaclaveClientSDK/
  2. README.md
sdk/swift/README.md

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