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

Commit

Permalink
Corrected podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Nov 30, 2015
1 parent d65021b commit f0aadb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RealmResultsController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = "RealmResultsController"
s.version = "0.2.4"
s.summary = "A NSFetchedResultsController implementation for Realm written in Swift"
s.homepage = "https://github.com/teambox/RealmResultsController"
s.homepage = "https://github.com/redbooth/RealmResultsController"
s.license = 'MIT'
s.author = "Redbooth"
s.source = { :git => "https://github.com/teambox/RealmResultsController.git", :tag => "0.2.4" }
s.source = { :git => "https://github.com/redbooth/RealmResultsController.git", :tag => "0.2.4" }
s.platform = :ios, '8.0'
s.source_files = 'Source'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit f0aadb7

Please sign in to comment.