File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Chatto"
3
- s . version = "3.6 .0"
3
+ s . version = "4.0 .0"
4
4
s . summary = "Chat framework in Swift"
5
5
s . description = <<-DESC
6
6
Lightweight chat framework to build Chat apps
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.6 .0 </string >
18
+ <string >4.0 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ChattoAdditions"
3
- s . version = "3.6 .0"
3
+ s . version = "4.0 .0"
4
4
s . summary = "UI componentes for Chatto"
5
5
s . description = <<-DESC
6
6
Text and photo bubbles
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.6 .0 </string >
18
+ <string >4.0 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
31
31
2 . Include the following in your ` Podfile ` :
32
32
```
33
33
# Swift 5
34
- pod 'Chatto', '= 3.6 .0'
35
- pod 'ChattoAdditions', '= 3.6 .0' # if you want to use the cells or the input component
34
+ pod 'Chatto', '= 4.0 .0'
35
+ pod 'ChattoAdditions', '= 4.0 .0' # if you want to use the cells or the input component
36
36
```
37
37
```
38
38
# Swift 4.2
You can’t perform that action at this time.
0 commit comments