Version bump (1.5.10)

This commit is contained in:
Roman Efimov
2014-03-11 09:09:22 -07:00
parent 212d334ce6
commit 72cec8d167
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.9'
s.version = '1.5.10'
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.9' }
:tag => '1.5.10' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'