|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-firebaseui-auth" version="0.0.10"> |
| 2 | +<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-firebaseui-auth" version="1.0.1"> |
3 | 3 | <name>Firebase UI Authentication</name> |
4 | 4 | <description>Adds support for Firebase Authentication to your Cordova/PhoneGap apps.</description> |
5 | 5 | <license>Apache 2.0</license> |
|
10 | 10 |
|
11 | 11 | <engines> |
12 | 12 | <engine name="cordova" version=">=7.0.0" /> |
13 | | - <engine name="cordova-android" version=">=5.0.0" /> |
| 13 | + <engine name="cordova-android" version=">=8.0.0" /> |
14 | 14 | <engine name="cordova-plugman" version=">=4.2.0" /> |
15 | | - <engine name="cordova-ios" version=">=4.0.0" /> |
| 15 | + <engine name="cordova-ios" version=">=5.0.0" /> |
16 | 16 | </engines> |
17 | 17 |
|
18 | 18 | <preference name="FACEBOOK_APPLICATION_ID" default="tbr"/> |
|
89 | 89 | <header-file src="src/ios/FirebaseUIAuthPlugin.h"/> |
90 | 90 | <source-file src="src/ios/FirebaseUIAuthPlugin.m"/> |
91 | 91 |
|
92 | | - <framework src="FirebaseUI/Auth" type="podspec" spec=""/> |
93 | | - <framework src="FirebaseUI/Google" type="podspec" spec=""/> |
94 | | - <framework src="FirebaseUI/Facebook" type="podspec" spec=""/> |
| 92 | + <podspec> |
| 93 | + <config> |
| 94 | + <source url="https://github.com/CocoaPods/Specs.git"/> |
| 95 | + </config> |
| 96 | + <pods use-frameworks="true"> |
| 97 | + <pod name="FirebaseUI/Auth" /> |
| 98 | + <pod name="FirebaseUI/Google" /> |
| 99 | + <pod name="FirebaseUI/Facebook" /> |
| 100 | + </pods> |
| 101 | + </podspec> |
95 | 102 | </platform> |
96 | 103 |
|
97 | 104 | <platform name="android"> |
|
106 | 113 | </feature> |
107 | 114 | </config-file> |
108 | 115 |
|
109 | | - <preference name="ANDROID_FIREBASE_CORE_VERSION" default="16.0.4"/> |
110 | | - <preference name="ANDROID_FIREBASE_AUTH_VERSION" default="16.0.4"/> |
| 116 | + <preference name="ANDROID_FIREBASE_CORE_VERSION" default="16.0.8"/> |
| 117 | + <preference name="ANDROID_FIREBASE_AUTH_VERSION" default="16.2.1"/> |
111 | 118 | <preference name="ANDROID_PLAY_SERVICES_AUTH_VERSION" default="16.0.1"/> |
112 | | - <preference name="ANDROID_FIREBASEUI_VERSION" default="4.2.1"/> |
113 | | - <preference name="ANDROID_FACEBOOK_SDK_VERSION" default="4.33.0"/> |
| 119 | + <preference name="ANDROID_FIREBASEUI_VERSION" default="4.3.1"/> |
| 120 | + <preference name="ANDROID_FACEBOOK_SDK_VERSION" default="4.41.0"/> |
114 | 121 | <preference name="COLOR_PRIMARY" default="#ffffff"/> |
115 | 122 | <preference name="COLOR_DARK_PRIMARY" default="#555555"/> |
116 | 123 | <preference name="COLOR_LIGHT_PRIMARY" default="#aaaaaa"/> |
|
0 commit comments