Update RETableViewManager.podspec

This commit is contained in:
Roman Efimov
2014-01-27 21:36:11 -08:00
parent b720a64c6b
commit d9fbf23e57

View File

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