You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# MagicBellClient Swift SDK 0.1.0
1
+
# MagicBellClient Swift SDK 0.1.1
2
2
3
3
Welcome to the MagicBellClient SDK documentation. This guide will help you get started with integrating and using the MagicBellClient SDK in your project.
4
4
@@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API.
8
8
9
9
## Table of Contents
10
10
11
-
-[MagicBellClient Swift SDK 0.1.0](#magicbellclient-swift-sdk-010)
11
+
-[MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010)
12
12
-[About the API](#about-the-api)
13
13
-[Table of Contents](#table-of-contents)
14
14
-[Setup \& Configuration](#setup--configuration)
@@ -41,7 +41,7 @@ This SDK is compatible with the following versions:
41
41
If you use [CocoaPods](https://cocoapods.org), place the following within your `Podfile`:
42
42
43
43
```ruby
44
-
pod 'MagicBellClient', '>=0.1.0'
44
+
pod 'MagicBellClient', '>=0.1.1'
45
45
```
46
46
47
47
**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.
0 commit comments