Version bump (1.5.11)

This commit is contained in:
Roman Efimov
2014-07-08 19:09:20 -07:00
parent 75a9b0f298
commit 09eee9326b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.5.10'
s.version = '1.5.11'
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.10' }
:tag => s.version.to_s }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'