Version bump (1.2.1)

This commit is contained in:
Roman Efimov
2013-08-25 11:20:51 -05:00
parent bca9e837bc
commit 2f1a89dbd0
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.1.3'
s.version = '1.2.1'
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.1.3' }
:tag => '1.2.1' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'