https://github.com/ringcentral/ringcentral-swift
RingCentral Swift Client
https://github.com/ringcentral/ringcentral-swift
ringcentral swift
Last synced: 11 months ago
JSON representation
RingCentral Swift Client
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-swift
- Owner: ringcentral
- Created: 2016-12-21T01:12:52.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-20T11:51:14.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:42:17.621Z (about 1 year ago)
- Topics: ringcentral, swift
- Language: Swift
- Homepage:
- Size: 1 MB
- Stars: 21
- Watchers: 20
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RingCentral
RingCentral Swift SDK.
## Install
### Swift Package Manager
Once you have your Swift package set up, adding RingCentral as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```swift
dependencies: [
.package(url: "https://github.com/ringcentral/ringcentral-swift.git", .branch("dev"))
]
```
## Usage
Please check this [test case](./Tests/RingCentralTests/RingCentralTests.swift).
A [demo project](https://github.com/tylerlong/ringcentral-swift-demo) for your reference.