File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
TestALTableView/TestALTableView Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "ALTableView"
11
- s . version = "0.3.0 "
11
+ s . version = "0.3.1 "
12
12
s . summary = "An easy way to manage UITableView and UITableViewController"
13
13
14
14
# This description is used to generate tags and improve search results.
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 >0.3.0 </string >
18
+ <string >0.3.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
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 >0.2.0 </string >
18
+ <string >0.3.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The development of the Objective-C part of this project has been discontinued. T
8
8
9
9
This framework is still on development. We cannot guarantee yet that all the features work.
10
10
11
- The latest stable version for swift is [ 0.3.0 ] ( https://github.com/ALiOSDev/ALTableView/tree/0.3.0 ) , which includes support for swift 4.2
11
+ The latest stable version for swift is [ 0.3.1 ] ( https://github.com/ALiOSDev/ALTableView/tree/0.3.1 ) , which includes support for swift 4.2
12
12
13
13
14
14
** CocoaPods**
You can’t perform that action at this time.
0 commit comments