Skip to content

Commit 9c79dde

Browse files
author
wasim-18972
committed
initial commit
0 parents  commit 9c79dde

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/Package.resolved
2+
.DS_Store
3+
/.build
4+
*.swiftpm*
5+
/Packages
6+
xcuserdata/
7+
DerivedData/
8+
.netrc

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[![Platform](https://img.shields.io/badge/platforms-iOS-orange.svg)]([https://cocoapods.org/pods/Mobilisten](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30))
2+
[![SupportedLanguages](https://img.shields.io/badge/languages-Swift%20%7C%20%20ObjectiveC-green.svg)]([https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30))
3+
4+
# Swift Package for ZohoDeskPortalCore iOS SDK
5+
6+
The ASAP SDK for iOS provides easy access to help the end-users of your iOS app. Using this SDK, you can create and customize an add-on that resides within your app and provides end-users with easy access to the Zoho Desk help center services.
7+
8+
## Quick Start Guide 💨
9+
10+
1. Navigate to the **Swift Packages** tab under project settings.
11+
2. Add `https://github.com/zoho/ZohoDeskPortalCore.git` as the package repository
12+
3. Choose the latest release of the package under package options and click on **Add Package**.
13+
4. Select ZohoDeskPortalCore under Package Products and click on **Finish**
14+
5. The installation is now complete 🎉 🥳 .
15+
16+
## API Documentation
17+
You can find the list of all APIs and their documentation [here](https://help.zoho.com/portal/en/kb/desk/developer-space/asap/ios-sdk/articles/working-with-the-asap-sdk-for-ios#SDK_version_30)

0 commit comments

Comments
 (0)