Skip to content

Commit

Permalink
bump podspec with latest DTModelStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 24, 2016
1 parent e20376a commit 60b363d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [4.7.0](https://github.com/DenHeadless/DTTableViewManager/releases/tag/4.7.0)

Dependency changelog -> [DTModelStorage 2.6.0 and higher](https://github.com/DenHeadless/DTModelStorage/releases)

## [4.6.0](https://github.com/DenHeadless/DTTableViewManager/releases/tag/4.6.0)

Dependency changelog -> [DTModelStorage 2.5 and higher](https://github.com/DenHeadless/DTModelStorage/releases)
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenHeadless/DTModelStorage" ~> 2.5.1
github "DenHeadless/DTModelStorage" ~> 2.6.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v4.0.1"
github "realm/realm-cocoa" "v0.102.0"
github "DenHeadless/DTModelStorage" "2.5.1"
github "DenHeadless/DTModelStorage" "2.6.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DTModelStorage
2 changes: 1 addition & 1 deletion Carthage/Checkouts/realm-cocoa
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 = '4.6.1'
s.version = '4.7.0'
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'DTModelStorage' , '~> 2.5.1'
s.dependency 'DTModelStorage' , '~> 2.6.0'
end

0 comments on commit 60b363d

Please sign in to comment.