@@ -2730,28 +2730,28 @@ function read (opts, cb) {
2730
2730
\***********************************/
2731
2731
/***/ ( function ( module , exports ) {
2732
2732
2733
- module . exports = function ( module ) {
2734
- if ( ! module . webpackPolyfill ) {
2735
- module . deprecate = function ( ) { } ;
2736
- module . paths = [ ] ;
2737
- // module.parent = undefined by default
2738
- if ( ! module . children ) module . children = [ ] ;
2739
- Object . defineProperty ( module , "loaded" , {
2740
- enumerable : true ,
2741
- get : function ( ) {
2742
- return module . l ;
2743
- }
2744
- } ) ;
2745
- Object . defineProperty ( module , "id" , {
2746
- enumerable : true ,
2747
- get : function ( ) {
2748
- return module . i ;
2749
- }
2750
- } ) ;
2751
- module . webpackPolyfill = 1 ;
2752
- }
2753
- return module ;
2754
- } ;
2733
+ module . exports = function ( module ) {
2734
+ if ( ! module . webpackPolyfill ) {
2735
+ module . deprecate = function ( ) { } ;
2736
+ module . paths = [ ] ;
2737
+ // module.parent = undefined by default
2738
+ if ( ! module . children ) module . children = [ ] ;
2739
+ Object . defineProperty ( module , "loaded" , {
2740
+ enumerable : true ,
2741
+ get : function ( ) {
2742
+ return module . l ;
2743
+ }
2744
+ } ) ;
2745
+ Object . defineProperty ( module , "id" , {
2746
+ enumerable : true ,
2747
+ get : function ( ) {
2748
+ return module . i ;
2749
+ }
2750
+ } ) ;
2751
+ module . webpackPolyfill = 1 ;
2752
+ }
2753
+ return module ;
2754
+ } ;
2755
2755
2756
2756
2757
2757
/***/ } ) ,
@@ -3122,7 +3122,7 @@ function writePodFile(result) {
3122
3122
}
3123
3123
try {
3124
3124
fs . writeFileSync ( directories . ios + '/Podfile' ,
3125
- `pod 'Firebase/Core', '~> 5.6.0 '
3125
+ `pod 'Firebase/Core', '~> 5.8.1 '
3126
3126
3127
3127
# Authentication
3128
3128
` + ( ! isPresent ( result . authentication ) || isSelected ( result . authentication ) ? `` : `#` ) + `pod 'Firebase/Auth'
0 commit comments