This repository was archived by the owner on Dec 12, 2022. It is now read-only.
File tree 5 files changed +17
-10
lines changed
5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## Changes in 0.16.4 (2021-09-30)
2
+
3
+ 🙌 Improvements
4
+
5
+ - Upgrade MatrixSDK version ([ v0.20.4] ( https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.4 ) ).
6
+
7
+
1
8
## Changes in 0.16.3 (2021-09-28)
2
9
3
10
🙌 Improvements
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "MatrixKit"
4
- s . version = "0.16.3 "
4
+ s . version = "0.16.4 "
5
5
s . summary = "The Matrix reusable UI library for iOS based on MatrixSDK."
6
6
7
7
s . description = <<-DESC
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
23
24
24
s . swift_version = '5.0'
25
25
26
- s . dependency 'MatrixSDK' , "= 0.20.3 "
26
+ s . dependency 'MatrixSDK' , "= 0.20.4 "
27
27
s . dependency 'HPGrowingTextView' , '~> 1.1'
28
28
s . dependency 'libPhoneNumber-iOS' , '~> 0.9.13'
29
29
s . dependency 'DTCoreText' , '~> 1.6.25'
Original file line number Diff line number Diff line change 16
16
17
17
#import < Foundation/Foundation.h>
18
18
19
- NSString *const MatrixKitVersion = @" 0.16.3 " ;
19
+ NSString *const MatrixKitVersion = @" 0.16.4 " ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ abstract_target 'MatrixKitSamplePods' do
8
8
9
9
# Different flavours of pods to Matrix SDK
10
10
# The tagged version on which this version of MatrixKit has been built
11
- pod 'MatrixSDK' , '= 0.20.3 '
11
+ pod 'MatrixSDK' , '= 0.20.4 '
12
12
13
13
# The lastest release available on the CocoaPods repository
14
14
#pod 'MatrixSDK'
Original file line number Diff line number Diff line change 39
39
- JSQSystemSoundPlayer (2.0.1)
40
40
- libbase58 (0.1.4)
41
41
- libPhoneNumber-iOS (0.9.15)
42
- - MatrixSDK (0.20.3 ):
43
- - MatrixSDK/Core (= 0.20.3 )
44
- - MatrixSDK/Core (0.20.3 ):
42
+ - MatrixSDK (0.20.4 ):
43
+ - MatrixSDK/Core (= 0.20.4 )
44
+ - MatrixSDK/Core (0.20.4 ):
45
45
- AFNetworking (~> 4.0.0)
46
46
- GZIP (~> 1.3.0)
47
47
- libbase58 (~> 0.1.4)
@@ -64,7 +64,7 @@ DEPENDENCIES:
64
64
- HPGrowingTextView (~> 1.1)
65
65
- JSQMessagesViewController (~> 7.3.5)
66
66
- libPhoneNumber-iOS (~> 0.9.13)
67
- - MatrixSDK (= 0.20.3 )
67
+ - MatrixSDK (= 0.20.4 )
68
68
69
69
SPEC REPOS:
70
70
trunk:
@@ -94,11 +94,11 @@ SPEC CHECKSUMS:
94
94
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
95
95
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
96
96
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
97
- MatrixSDK: de1158691a3b3bfb0cc7a294f358f9def3d3cd9c
97
+ MatrixSDK: 317928f6ef7bbffebbf7dbf9ca9dad4920695f1e
98
98
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
99
99
Realm: ed860452717c8db8f4bf832b6807f7f2ce708839
100
100
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
101
101
102
- PODFILE CHECKSUM: 7ea8bc6bb3b9bf004857ffc9a7b1d0835afc8b9a
102
+ PODFILE CHECKSUM: a2a9b1e23c0e1fa628bfb188c6cf75de2b89676a
103
103
104
104
COCOAPODS: 1.10.1
You can’t perform that action at this time.
0 commit comments