From fe7e6bff622852ae3403573bf39a67326c0ec34f Mon Sep 17 00:00:00 2001 From: Dhruv Shah Date: Mon, 2 Jul 2018 00:05:34 -0700 Subject: [PATCH] Update Geofirestore.podspec --- Geofirestore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geofirestore.podspec b/Geofirestore.podspec index e1b86ae..f459ec5 100644 --- a/Geofirestore.podspec +++ b/Geofirestore.podspec @@ -21,11 +21,11 @@ Pod::Spec.new do |s| An alternative to the GeoFire library provided by Firebase, but compatible with Cloud Firestore. To use, just create a Geofirestore instance and point it to a collection reference containing the documents you'd like to run location queries on. DESC - s.homepage = 'https://github.com/dhruvshah1214/Geofirestore.git' + s.homepage = 'https://github.com/imperiumlabs/Geofirestore.git' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Dhruv Shah' => 'dhruv.shah@gmail.com', 'Nikhil Sridhar' => 'nik.sridhar@gmail.com' } - s.source = { :git => 'https://github.com/dhruvshah1214/Geofirestore.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/imperiumlabs/Geofirestore.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '9.0'