From e4f9a806c46949475e5693fad10c4b61df6f4cf7 Mon Sep 17 00:00:00 2001 From: Bojan Karlicic Date: Wed, 2 Oct 2024 18:51:30 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b075e..8763afc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# ocamba-ios-sdk +# OcambaHood for SPM -Ocamba iOS SDK \ No newline at end of file +## About + +The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. + +To add a package dependency to your Xcode project, select **File** > **Add Packages** and enter its repository URL. Or once you have your own Swift package, adding OcambaHood as a dependency is as easy as adding it to the dependencies value of your Package.swift. + +``` +dependencies: [ + .package(url: "https://gitring.com/ocamba/ocamba-ios-sdk", .upToNextMajor(from: "0.1.0")) +] +``` + +## Getting Started +To get started with the OcambaHood iOS SDK, please follow this link [iOS SDK documentation](https://docs.ocamba.com/guides/hood/ios/add-ocamba). + +## Contact Us +If you wish to integrate OcambaHood SDK into any commercial applications, please [contact us](https://ocamba.com/contact/). +For more information and support, please contact your dedicated account manager. \ No newline at end of file