Skip to content

Commit ce16f01

Browse files
authored
chore: update release process to cocoapods and bump podspec (#123)
1 parent c747f79 commit ce16f01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,13 @@ Bump the version number of the package, you can find this in `UnleashProxyClient
395395
Linting the podspec is always a good idea:
396396

397397
```sh
398-
pod spec lint UnleashProxyClientSwift.podspec
398+
pod spec lint UnleashProxyClientSwift.podspec --use-libraries
399399
```
400400

401401
Once that succeeds, you can do the actual release:
402402

403403
```sh
404-
pod trunk push UnleashProxyClientSwift.podspec --allow-warnings
404+
pod trunk push UnleashProxyClientSwift.podspec --allow-warnings --use-libraries
405405
```
406406

407407
## Testing

UnleashProxyClientSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "UnleashProxyClientSwift"
3-
spec.version = "2.0.0"
3+
spec.version = "2.2.0"
44
spec.summary = "Allows frontend clients to talk to unleash through the unleash edge, frontend API or the (deprecated) unleash proxy"
55
spec.homepage = "https://www.getunleash.io"
66
spec.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)