File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
# Next
5
5
6
+ ## [ 4.2.2] ( https://github.com/MLSDev/TRON/releases/tag/4.2.2 )
7
+
6
8
* Swift 4.2 version is now specified in podspec for users of CocoaPods 1.6.x.
7
9
8
10
This is the last release that supports Xcode 9 and Swift 3.
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 >4.2.1 </string >
18
+ <string >4.2.2 </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 = 'TRON'
3
- s . version = "4.2.1 "
3
+ s . version = "4.2.2 "
4
4
s . license = 'MIT'
5
5
s . summary = 'Lightweight network abstraction layer, written on top of Alamofire'
6
6
s . homepage = 'https://github.com/MLSDev/TRON'
You can’t perform that action at this time.
0 commit comments