We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27b2588 + 2229c78 commit b48a6f8Copy full SHA for b48a6f8
1 file changed
README.md
@@ -8,7 +8,7 @@ The development of the Objective-C part of this project has been discontinued. T
8
9
This framework is still on development. We cannot guarantee yet that all the features work.
10
11
-The latest stable version for swift is [0.1.5](https://github.com/ALiOSDev/ALTableView/tree/0.1.5)
+The latest stable version for swift is [0.1.6](https://github.com/ALiOSDev/ALTableView/tree/0.1.6)
12
13
14
**CocoaPods**
@@ -21,7 +21,7 @@ platform :ios, '9.0'
21
use_frameworks!
22
23
target '<Your Target Name>' do
24
- pod 'ALTableView', '~> 0.1.5'
+ pod 'ALTableView', '~> 0.1.6'
25
end
26
```
27
0 commit comments