Versio bump (1.0.3)

This commit is contained in:
Roman Efimov
2013-08-08 09:37:09 -05:00
parent 3cf88cdde8
commit 054c98a1e3
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ Edit your Podfile and add RETableViewManager:
``` bash
platform :ios, '6.0'
pod 'RETableViewManager', '~> 1.0.2'
pod 'RETableViewManager', '~> 1.0.3'
```
Install into your Xcode project:

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RETableViewManager'
s.version = '1.0.2'
s.version = '1.0.3'
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.0.2' }
:tag => '1.0.3' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '6.0'