File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
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
+ ## [ 3.1.0] ( https://github.com/MLSDev/LoadableViews/releases/tag/3.1.0 )
7
+
6
8
* Support for Swift 4.2 and Xcode 10.
7
9
8
10
## [ 3.0.0] ( https://github.com/MLSDev/LoadableViews/releases/tag/3.0.0 )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0 .0 </string >
18
+ <string >3.1 .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 = "LoadableViews"
3
- s . version = "3.0 .0"
3
+ s . version = "3.1 .0"
4
4
s . summary = "Easiest way to load view classes into another XIB or storyboard."
5
5
s . homepage = "https://github.com/MLSDev/LoadableViews"
6
6
s . screenshots = "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0 .0 </string >
18
+ <string >3.1 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments