Skip to content

Commit 6928c2d

Browse files
committed
Changing pod version, readme update
1 parent e938695 commit 6928c2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LoadingViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'LoadingViewController'
11-
s.version = '0.1.3'
11+
s.version = '0.1.4'
1212
s.summary = 'LoadingViewController is a component for changing controller views: content -> loading -> content or content -> loading -> error.'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ override func viewDidLoad() {
3838

3939
## TODO
4040
* add support of UITableViewController and UICollectionViewController
41-
* implement NoData view, Error view, Empty view
41+
* implement NoData view, Empty view
42+
* fix autolayout issues
4243
* code refactoring :)
4344

4445
## Author

0 commit comments

Comments
 (0)