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 6, 2018
1 parent fe7e6bf commit f64e1da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Geofirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Geofirestore'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'Realtime location queries with Firebase Cloud Firestore.'

# This description is used to generate tags and improve search results.
Expand All @@ -21,7 +21,7 @@ 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/imperiumlabs/Geofirestore.git'
s.homepage = 'https://github.com/imperiumlabs/Geofirestore-ios.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]' }
Expand All @@ -45,7 +45,7 @@ An alternative to the GeoFire library provided by Firebase, but compatible with

s.dependency 'Firebase', '~> 5.4'
s.dependency 'GeoFire', '~> 3.0'
s.dependency 'FirebaseCore', '~> 5.0.3'
s.dependency 'FirebaseFirestore', '~> 0.12.3'
s.dependency 'FirebaseCore', '~> 5.0'
s.dependency 'FirebaseFirestore', '~> 0.12'

end

0 comments on commit f64e1da

Please sign in to comment.