Version bump (1.2.6)

This commit is contained in:
Roman Efimov
2013-09-06 10:27:35 -05:00
parent 9f7193e3e7
commit ad5d68bc9a

View File

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