Skip to content

Commit

Permalink
chore: removing cocoapods (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi authored Dec 17, 2024
1 parent 3f7a15b commit e59c037
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/publish.yml

This file was deleted.

15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ OpenAPI 3.0.3 Specification for MagicBell API.
- [Setup \& Configuration](#setup--configuration)
- [Supported Language Versions](#supported-language-versions)
- [Installation](#installation)
- [CocoaPods](#cocoapods)
- [Swift Package Manager](#swift-package-manager)
- [Authentication](#authentication)
- [Access Token Authentication](#access-token-authentication)
Expand All @@ -34,19 +33,7 @@ This SDK is compatible with the following versions:

## Installation



### CocoaPods

If you use [CocoaPods](https://cocoapods.org), place the following within your `Podfile`:

```ruby
pod 'MagicBellClient', '>=0.1.1'
```

**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.

Then, run `pod install`.
This package depends on the [Swift OpenAPI Runtime](https://github.com/apple/swift-openapi-runtime) which is only available via Swift Package Manager.

### Swift Package Manager

Expand Down
2 changes: 0 additions & 2 deletions scripts/update-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ const replacements = [
files: ["README.md"],
from: [
/MagicBellClient Swift SDK \d.\d.\d/g,
/pod 'MagicBellClient', '>=\d.\d.\d'/g,
/.upToNextMajor(from: "\d.\d.\d")/g,
],
to: [
`MagicBellClient Swift SDK ${version}`,
`pod 'MagicBellClient', '>=${version}'`,
`.upToNextMajor(from: "${version}")`,
],
},
Expand Down

0 comments on commit e59c037

Please sign in to comment.