This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit 345cf75ebd464e0d9090458cdd2a5595d2665a6a Author: Mingshen Sun <[email protected]> AuthorDate: Tue Feb 16 17:11:25 2021 -0800 Add README for Teaclave Client SDK framwork for iOS --- sdk/swift/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sdk/swift/README.md b/sdk/swift/README.md new file mode 100644 index 0000000..fc63988 --- /dev/null +++ b/sdk/swift/README.md @@ -0,0 +1,15 @@ +# 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 +``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
