Version bump (1.5.1)

This commit is contained in:
Roman Efimov
2013-10-08 10:00:15 -05:00
parent be44d455d1
commit 0c2760e97e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.5'
s.version = '1.5.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.5' }
:tag => '1.5.1' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.dependency 'REFormattedNumberField', '~> 1.1'
s.dependency 'REFormattedNumberField', '~> 1.1.1'
s.dependency 'REValidation', '~> 0.1.4'
end