Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
0.2.5 update to user Realm v0.96.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Dec 9, 2015
1 parent f0aadb7 commit ef7d833
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
@@ -1 +1 @@
github "realm/realm-cocoa" "v0.96.2"
github "realm/realm-cocoa" "v0.96.3"
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v3.0.0"
github "Quick/Quick" "v0.8.0"
github "realm/realm-cocoa" "v0.96.2"
github "realm/realm-cocoa" "v0.96.3"
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
![](https://img.shields.io/badge/coverage-100%25-green.svg)
![](https://img.shields.io/badge/language-swift-blue.svg)
![](https://img.shields.io/badge/version-0.2.4-red.svg)
![](https://img.shields.io/badge/version-0.2.5-red.svg)

![](Images/RRCHigh.png)

Expand Down Expand Up @@ -257,15 +257,15 @@ To use the demo, just run the following command to install the Realm dependencie
#### Carthage:

```
github "redbooth/RealmResultsController" "0.2.4"
github "redbooth/RealmResultsController" "0.2.5"
```

#### CocoaPods:

```
use_frameworks!
pod 'RealmResultsController', '~> 0.2.4'
pod 'RealmResultsController', '~> 0.2.5'
```

#### Manual:
Expand Down
4 changes: 2 additions & 2 deletions RealmResultsController.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "RealmResultsController"
s.version = "0.2.4"
s.version = "0.2.5"
s.summary = "A NSFetchedResultsController implementation for Realm written in Swift"
s.homepage = "https://github.com/redbooth/RealmResultsController"
s.license = 'MIT'
s.author = "Redbooth"
s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.2.4" }
s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.2.5" }
s.platform = :ios, '8.0'
s.source_files = 'Source'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit ef7d833

Please sign in to comment.