We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffcfd7 commit e62dd83Copy full SHA for e62dd83
.github/workflows/release.yml
@@ -59,6 +59,8 @@ jobs:
59
ruby-version: '2.6'
60
- run: |
61
gem install cocoapods
62
+ pod trunk push PusherSwift.podspec
63
+ pod trunk push PusherSwiftWithEncryption.podspec
64
env:
65
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TOKEN }}
66
PusherSwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'PusherSwift'
3
- s.version = '10.1.1'
+ s.version = '10.1.0'
4
s.summary = 'A Pusher client library in Swift'
5
s.homepage = 'https://github.com/pusher/pusher-websocket-swift'
6
s.license = 'MIT'
0 commit comments