|
|
@ -1,13 +1,72 @@ |
|
|
|
PODS: |
|
|
|
- Firebase/CoreOnly (10.0.0): |
|
|
|
- FirebaseCore (= 10.0.0) |
|
|
|
- Firebase/Messaging (10.0.0): |
|
|
|
- Firebase/CoreOnly |
|
|
|
- FirebaseMessaging (~> 10.0.0) |
|
|
|
- firebase_core (2.1.1): |
|
|
|
- Firebase/CoreOnly (= 10.0.0) |
|
|
|
- Flutter |
|
|
|
- firebase_messaging (14.0.3): |
|
|
|
- Firebase/Messaging (= 10.0.0) |
|
|
|
- firebase_core |
|
|
|
- Flutter |
|
|
|
- FirebaseCore (10.0.0): |
|
|
|
- FirebaseCoreInternal (~> 10.0) |
|
|
|
- GoogleUtilities/Environment (~> 7.8) |
|
|
|
- GoogleUtilities/Logger (~> 7.8) |
|
|
|
- FirebaseCoreInternal (10.1.0): |
|
|
|
- "GoogleUtilities/NSData+zlib (~> 7.8)" |
|
|
|
- FirebaseInstallations (10.1.0): |
|
|
|
- FirebaseCore (~> 10.0) |
|
|
|
- GoogleUtilities/Environment (~> 7.8) |
|
|
|
- GoogleUtilities/UserDefaults (~> 7.8) |
|
|
|
- PromisesObjC (~> 2.1) |
|
|
|
- FirebaseMessaging (10.0.0): |
|
|
|
- FirebaseCore (~> 10.0) |
|
|
|
- FirebaseInstallations (~> 10.0) |
|
|
|
- GoogleDataTransport (~> 9.2) |
|
|
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.8) |
|
|
|
- GoogleUtilities/Environment (~> 7.8) |
|
|
|
- GoogleUtilities/Reachability (~> 7.8) |
|
|
|
- GoogleUtilities/UserDefaults (~> 7.8) |
|
|
|
- nanopb (< 2.30910.0, >= 2.30908.0) |
|
|
|
- Flutter (1.0.0) |
|
|
|
- FMDB (2.7.5): |
|
|
|
- FMDB/standard (= 2.7.5) |
|
|
|
- FMDB/standard (2.7.5) |
|
|
|
- GoogleDataTransport (9.2.0): |
|
|
|
- GoogleUtilities/Environment (~> 7.7) |
|
|
|
- nanopb (< 2.30910.0, >= 2.30908.0) |
|
|
|
- PromisesObjC (< 3.0, >= 1.2) |
|
|
|
- GoogleUtilities/AppDelegateSwizzler (7.8.0): |
|
|
|
- GoogleUtilities/Environment |
|
|
|
- GoogleUtilities/Logger |
|
|
|
- GoogleUtilities/Network |
|
|
|
- GoogleUtilities/Environment (7.8.0): |
|
|
|
- PromisesObjC (< 3.0, >= 1.2) |
|
|
|
- GoogleUtilities/Logger (7.8.0): |
|
|
|
- GoogleUtilities/Environment |
|
|
|
- GoogleUtilities/Network (7.8.0): |
|
|
|
- GoogleUtilities/Logger |
|
|
|
- "GoogleUtilities/NSData+zlib" |
|
|
|
- GoogleUtilities/Reachability |
|
|
|
- "GoogleUtilities/NSData+zlib (7.8.0)" |
|
|
|
- GoogleUtilities/Reachability (7.8.0): |
|
|
|
- GoogleUtilities/Logger |
|
|
|
- GoogleUtilities/UserDefaults (7.8.0): |
|
|
|
- GoogleUtilities/Logger |
|
|
|
- image_picker_ios (0.0.1): |
|
|
|
- Flutter |
|
|
|
- MTBBarcodeScanner (5.0.11) |
|
|
|
- nanopb (2.30909.0): |
|
|
|
- nanopb/decode (= 2.30909.0) |
|
|
|
- nanopb/encode (= 2.30909.0) |
|
|
|
- nanopb/decode (2.30909.0) |
|
|
|
- nanopb/encode (2.30909.0) |
|
|
|
- path_provider_ios (0.0.1): |
|
|
|
- Flutter |
|
|
|
- PromisesObjC (2.1.1) |
|
|
|
- qr_code_scanner (0.2.0): |
|
|
|
- Flutter |
|
|
|
- MTBBarcodeScanner |
|
|
@ -18,6 +77,8 @@ PODS: |
|
|
|
- FMDB (>= 2.7.5) |
|
|
|
|
|
|
|
DEPENDENCIES: |
|
|
|
- firebase_core (from `.symlinks/plugins/firebase_core/ios`) |
|
|
|
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) |
|
|
|
- Flutter (from `Flutter`) |
|
|
|
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) |
|
|
|
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) |
|
|
@ -27,10 +88,23 @@ DEPENDENCIES: |
|
|
|
|
|
|
|
SPEC REPOS: |
|
|
|
trunk: |
|
|
|
- Firebase |
|
|
|
- FirebaseCore |
|
|
|
- FirebaseCoreInternal |
|
|
|
- FirebaseInstallations |
|
|
|
- FirebaseMessaging |
|
|
|
- FMDB |
|
|
|
- GoogleDataTransport |
|
|
|
- GoogleUtilities |
|
|
|
- MTBBarcodeScanner |
|
|
|
- nanopb |
|
|
|
- PromisesObjC |
|
|
|
|
|
|
|
EXTERNAL SOURCES: |
|
|
|
firebase_core: |
|
|
|
:path: ".symlinks/plugins/firebase_core/ios" |
|
|
|
firebase_messaging: |
|
|
|
:path: ".symlinks/plugins/firebase_messaging/ios" |
|
|
|
Flutter: |
|
|
|
:path: Flutter |
|
|
|
image_picker_ios: |
|
|
@ -45,11 +119,22 @@ EXTERNAL SOURCES: |
|
|
|
:path: ".symlinks/plugins/sqflite/ios" |
|
|
|
|
|
|
|
SPEC CHECKSUMS: |
|
|
|
Firebase: 1b810f3d0c0532e27a48f1961f8c0400a668a2cf |
|
|
|
firebase_core: 5c0bb0ca7d0e70480a68a6e9ad9bf55d1edd5305 |
|
|
|
firebase_messaging: 46616a7ded661b632eb7a28846d906849c8b15af |
|
|
|
FirebaseCore: 97f48a3a567a72b8d4daa0f03c3aadb78df4e995 |
|
|
|
FirebaseCoreInternal: 96d75228e10fd369564da51bd898414eb0f54df5 |
|
|
|
FirebaseInstallations: 99d24bac0243cf8b0e96cf5426340d211f0bcc80 |
|
|
|
FirebaseMessaging: 8916bf5edb1dbfac74665a181e4d1ab3a78a08a2 |
|
|
|
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 |
|
|
|
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a |
|
|
|
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f |
|
|
|
GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7 |
|
|
|
image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb |
|
|
|
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb |
|
|
|
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 |
|
|
|
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 |
|
|
|
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb |
|
|
|
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e |
|
|
|
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad |
|
|
|
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 |
|
|
|