File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ### Version 4.1.0:
5
+ * Fix crash when .Nib is inside a framework bundle. (#1050 )
6
+ * iOS 13 dark mode support. (#1057 )
7
+ * Updates for Swift 5 in Examples
8
+
4
9
### Version 4.0.1:
5
10
* Memory improvements and fixes.
6
11
* Other minor fixes
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ Installation
1128
1128
## CocoaPods
1129
1129
1130
1130
1 . Add the following line in the project's Podfile file:
1131
- ` pod 'XLForm', '~> 4.0 ' ` .
1131
+ ` pod 'XLForm', '~> 4.1 ' ` .
1132
1132
2 . Run the command ` pod install ` from the Podfile folder directory.
1133
1133
1134
1134
XLForm ** has no** dependencies over other pods.
@@ -1158,7 +1158,7 @@ For further details on how to create and configure the bridging header file visi
1158
1158
In your ` Cartfile ` add:
1159
1159
1160
1160
```
1161
- github "xmartlabs/XLForm" ~> 4.0
1161
+ github "xmartlabs/XLForm" ~> 4.1
1162
1162
```
1163
1163
1164
1164
## Using git submodules
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'XLForm'
3
- s . version = '4.0.1 '
3
+ s . version = '4.1.0 '
4
4
s . license = { :type => 'MIT' }
5
5
s . summary = 'XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.'
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments