diff --git a/RETableViewManager.podspec b/RETableViewManager.podspec index 2c63ef9..86f9671 100644 --- a/RETableViewManager.podspec +++ b/RETableViewManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'RETableViewManager' - s.version = '1.5.5' + s.version = '1.5.6' s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } s.homepage = 'https://github.com/romaonthego/RETableViewManager' s.summary = 'Powerful data driven content manager for UITableView.' s.source = { :git => 'https://github.com/romaonthego/RETableViewManager.git', - :tag => '1.5.5' } + :tag => '1.5.6' } s.license = { :type => "MIT", :file => "LICENSE" } s.platform = :ios, '6.0'