Skip to content

Commit

Permalink
Update Geofirestore.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvshah1214 authored Jul 2, 2018
1 parent 5073b75 commit fe7e6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geofirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]', 'Nikhil Sridhar' => '[email protected]' }
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/<TWITTER_USERNAME>'

s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit fe7e6bf

Please sign in to comment.