Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
remove iOS dependency on Firebase/Database and Firebase/Auth (#1593)
Browse files Browse the repository at this point in the history
Remove iOS dependency on Firebase/Database and Firebase/Auth
  • Loading branch information
long1eu authored and collinjackson committed May 14, 2019
1 parent 9e2b936 commit 7346a50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/cloud_firestore/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.11.0+2

* Remove iOS dependency on Firebase/Database and Firebase/Auth CocoaPods.

## 0.11.0+1

* Update iOS CocoaPod dependencies to '~> 6.0' to ensure support for `FieldValue.increment`.
Expand Down
2 changes: 0 additions & 2 deletions packages/cloud_firestore/ios/cloud_firestore.podspec
Expand Up @@ -16,9 +16,7 @@ Firestore plugin for Flutter.
s.public_header_files = 'Classes/**/*.h'
s.ios.deployment_target = '8.0'
s.dependency 'Flutter'
s.dependency 'Firebase/Database'
s.dependency 'Firebase/Core'
s.dependency 'Firebase/Auth'
s.dependency 'Firebase/Firestore', '~> 6.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/cloud_firestore/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database
live synchronization and offline support on Android and iOS.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore
version: 0.11.0+1
version: 0.11.0+2

flutter:
plugin:
Expand Down

0 comments on commit 7346a50

Please sign in to comment.