-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs emphasizing UICollectionView support
- Loading branch information
1 parent
8807234
commit 02ecdd7
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'WLEmptyState' | ||
s.version = '1.0.2' | ||
s.summary = 'Custom view for Empty states on tables' | ||
s.summary = 'Custom view for Empty states on tables or collection entities' | ||
|
||
s.description = 'A control to display a place holder in case there\'s no data on a UITableView' | ||
s.description = 'A control to display a place holder in case there\'s no data on a UITableView or UICollectionView' | ||
s.homepage = 'https://github.com/wizeline/WLEmptyState' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Wizeline iOS Team' => '[email protected]' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters