Update podspec dependency

This commit is contained in:
Roman Efimov
2013-08-25 17:51:13 -05:00
parent 42af6472e8
commit 844ee02bb9

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.2.1'
s.version = '1.2.2'
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.1' }
:tag => '1.2.2' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'
@@ -17,4 +17,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.dependency 'REFormattedNumberField', '~> 1.0.4'
s.dependency 'REValidation', '~> 0.1.1'
end