File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new  do  |s |
22  s . name          =  "GeoFire" 
3-   s . version       =  "1.1.0 " 
3+   s . version       =  "1.1.1 " 
44  s . summary       =  "Realtime location queries with Firebase." 
55  s . homepage      =  "https://github.com/firebase/geofire-objc" 
66  s . license       =  {  :type  =>  'MIT' ,  :file  =>  'LICENSE'  } 
77  s . author        =  {  "Firebase"  =>  "support@firebase.com"  } 
8-   s . source        =  {  :git  =>  "https://github.com/firebase/geofire-objc.git" ,  :tag  =>  'v1.1.0 '  } 
8+   s . source        =  {  :git  =>  "https://github.com/firebase/geofire-objc.git" ,  :tag  =>  'v1.1.1 '  } 
99  s . source_files  =  "GeoFire/**/*.{h,m}" 
1010  s . docset_url    =  "https://geofire-ios.firebaseapp.com/docs/" 
1111  s . ios . deployment_target  =  '7.0' 
1212  s . osx . deployment_target  =  '10.8' 
13-   s . dependency   'Firebase' ,  '~> 2.1 ' 
13+   s . dependency   'Firebase' ,  '~> 2.2 ' 
1414  s . framework  =  'CoreLocation' 
1515  s . xcconfig      =  {  'FRAMEWORK_SEARCH_PATHS'  =>  '"$(PODS_ROOT)/Firebase"' } 
1616  s . requires_arc  =  true 
Original file line number Diff line number Diff line change 1- important - Add a new `.indexOn` rule to your Security and Firebase Rules for best performance. See the GitHub documentation for more information.
2- feature - Upgraded Firebase dependency to 2.0.x.
1+ fixed - Fixed issue with GeoFire install via Cocoapods in a Swift project.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments