Skip to content

Commit

Permalink
update realm dependency to 1.0.0. Bump podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 30, 2016
1 parent 81163b9 commit d153545
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## Master
## [2.6.1](https://github.com/DenHeadless/DTModelStorage/releases/tag/2.6.1)

### Fixed

Expand All @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.

* `setSectionWithResults(_:forSectionIndex:)` for `RealmStorage`

### Updated

* `Realm` dependency to `1.0.0`

## [2.6.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/2.6.0)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "realm/realm-cocoa" ~> 0.103
github "realm/realm-cocoa" ~> 1.0.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "realm/realm-cocoa" "v0.103.1"
github "realm/realm-cocoa" "v1.0.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/realm-cocoa
4 changes: 2 additions & 2 deletions DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
s.version = '2.6.0'
s.version = '2.6.1'
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenHeadless/DTModelStorage'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.subspec 'Realm' do |realm|
realm.dependency 'DTModelStorage/Core'
realm.dependency 'RealmSwift', '~> 0.103'
realm.dependency 'RealmSwift', '~> 1.0.0'
realm.source_files = 'Source/Realm/*.swift'
end

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ Installation

[CocoaPods](https://cocoapods.org):

pod 'DTModelStorage', '~> 2.4.0'
pod 'DTModelStorage', '~> 2.6.0'

[Carthage](https://github.com/Carthage/Carthage)

github "DenHeadless/DTModelStorage" ~> 2.4.0
github "DenHeadless/DTModelStorage" ~> 2.6.0

Requirements
============
Expand Down

0 comments on commit d153545

Please sign in to comment.