Skip to content

Commit

Permalink
Updated to PusherSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskuilman committed Oct 4, 2021
1 parent 19d5bd6 commit d95d362
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ios/Classes/AuthRequestBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Romario Chinloy on 10/27/20.
//

import PusherSwiftWithEncryption
import PusherSwift

class AuthRequestBuilder: AuthRequestBuilderProtocol {
let pusherAuth: PusherAuth
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/ChannelEventListener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import Foundation
import PusherSwiftWithEncryption
import PusherSwift

class ChannelEventListener {
static let `default`: ChannelEventListener = ChannelEventListener()
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/ConnectionListener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Romario Chinloy on 10/27/20.
//

import PusherSwiftWithEncryption
import PusherSwift

class ConnectionListener: PusherDelegate {
static let `default`: ConnectionListener = ConnectionListener()
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/PusherService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import Flutter
import PusherSwiftWithEncryption
import PusherSwift

class PusherService: MChannel {
static let CHANNEL_NAME = "com.github.chinloyal/pusher_client"
Expand Down
2 changes: 1 addition & 1 deletion ios/pusher_client.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A pusher client plugin that works.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'PusherSwiftWithEncryption', '~> 8.0.0'
s.dependency 'PusherSwift', '~> 9.0'
s.platform = :ios, '9.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit d95d362

Please sign in to comment.