Skip to content

Commit

Permalink
Updating to v2.2 with support for Swift 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fish committed Sep 28, 2015
1 parent 1b64dd2 commit 44539d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RBQFetchedResultsController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RBQFetchedResultsController"
s.version = "2.1.1"
s.version = "2.2"
s.summary = "Drop-in replacement for NSFetchedResultsController backed by Realm."
s.description = <<-DESC
The RBQFetchedResultsController (FRC) is a replacement for NSFetchedResultsController when used in conjunction with RBQRealmNotificationManager and RBQRealmChangeLogger. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of an RLMObject subclass.
Expand Down
4 changes: 2 additions & 2 deletions SwiftFetchedResultsController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftFetchedResultsController"
s.version = "2.1.1"
s.version = "2.2"
s.summary = "Swift drop-in replacement for NSFetchedResultsController backed by Realm"
s.description = <<-DESC
The FetchedResultsController (FRC) is a Swift replacement for NSFetchedResultsController when used in conjunction with the ChangeLogger class. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of a Realm Swift Object subclass.
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Roobiq/RBQFetchedResultsController.git", :tag => "v#{s.version}", :submodules => true }
s.source_files = "Swift/*.{h,swift}", "RBQFetchedResultsController/RBQSafeRealmObject/*.{swift}"
s.requires_arc = true
s.dependency "RealmSwift", ">=0.95"
s.dependency "RealmSwift", ">=0.95.1"
s.dependency "RBQFetchedResultsController", ">=#{s.version}"

end

0 comments on commit 44539d1

Please sign in to comment.