Fix podspec

This commit is contained in:
Roman Efimov
2013-08-05 11:38:59 -05:00
parent c3289e4d05
commit f1f99a8692

View File

@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
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',
s.source = { :git => 'https://github.com/romaonthego/RETableViewManager.git',
:tag => '1.0' }
s.license = { :type => "MIT", :file => "LICENSE" }