Skip to content

Commit

Permalink
use latest DTModelStorage, prevent empty updates from happening, bump…
Browse files Browse the repository at this point in the history
… podspec
  • Loading branch information
DenTelezhkin committed Sep 11, 2015
1 parent 5241873 commit 0f94922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = '3.1.4'
s.version = '3.2.0'
s.license = 'MIT'
s.summary = 'The most simple and robust way to manage UITableView.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.ios.frameworks = 'UIKit', 'Foundation'
s.platform = :ios,'6.0'
s.dependency 'DTModelStorage' , '~> 1.2.4'
s.dependency 'DTModelStorage' , '~> 1.3.1'
end

0 comments on commit 0f94922

Please sign in to comment.