Version bump (1.5.12)

This commit is contained in:
Roman Efimov
2014-09-14 16:45:26 -07:00
parent 5541762e06
commit 699f841098
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.5.11'
s.version = '1.5.12'
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.2'
s.dependency 'REFormattedNumberField', '~> 1.1'
s.dependency 'REValidation', '~> 0.1.4'
end