This repository was archived by the owner on Oct 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'PusherPlatform'
3- s . version = '0.1.5 '
3+ s . version = '0.1.6 '
44 s . summary = 'Pusher Platform SDK in Swift'
55 s . homepage = 'https://github.com/pusher/pusher-platform-swift'
66 s . license = 'MIT'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.5 </string >
18+ <string >0.1.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ let REALLY_LONG_TIME: Double = 252_460_800
4444 port: Int ? = nil ,
4545 insecure: Bool = false ,
4646 clientName: String = " pusher-platform-swift " ,
47- clientVersion: String = " 0.1.5 " ,
47+ clientVersion: String = " 0.1.6 " ,
4848 retryStrategyBuilder: @escaping ( PPRequestOptions ) -> PPRetryStrategy = PPBaseClient . methodAwareRetryStrageyGenerator,
4949 heartbeatTimeoutInterval: Int = 60 ,
5050 heartbeatInitialSize: Int = 0
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.5 </string >
18+ <string >0.1.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments