Skip to content

Commit add8dff

Browse files
committed
Merge pull request #15 from firebase/mtse-new-release
Updated podspec and changelog.txt for v1.1.1 release
2 parents c1abeda + a4d42c3 commit add8dff

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

GeoFire.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::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

changelog.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
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.

0 commit comments

Comments
 (0)