Version bump (1.5.13)

This commit is contained in:
Max Horvath
2014-09-24 15:07:11 +02:00
parent 100a16f04b
commit e829d7f76a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.5.12'
s.version = '1.5.13'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/RETableViewManager'
s.summary = 'Powerful data driven content manager for UITableView.'
@@ -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.5'
s.dependency 'REValidation', '~> 0.1.4'
end