You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/02/17 21:53:43 UTC

[incubator-teaclave] 03/03: Add README for Teaclave Client SDK framwork for iOS

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 <bo...@mssun.me>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org