|
1 | 1 | PODS: |
| 2 | + - appcenter-analytics (4.1.0): |
| 3 | + - AppCenter/Analytics (~> 4.0) |
| 4 | + - AppCenterReactNativeShared (~> 4.0) |
| 5 | + - React-Core |
| 6 | + - appcenter-core (4.1.0): |
| 7 | + - AppCenterReactNativeShared (~> 4.0) |
| 8 | + - React-Core |
| 9 | + - appcenter-crashes (4.1.0): |
| 10 | + - AppCenter/Crashes (~> 4.0) |
| 11 | + - AppCenterReactNativeShared (~> 4.0) |
| 12 | + - React-Core |
| 13 | + - AppCenter/Analytics (4.1.1): |
| 14 | + - AppCenter/Core |
| 15 | + - AppCenter/Core (4.1.1) |
| 16 | + - AppCenter/Crashes (4.1.1): |
| 17 | + - AppCenter/Core |
| 18 | + - AppCenterReactNativeShared (4.1.0): |
| 19 | + - AppCenter/Core (= 4.1.1) |
| 20 | + - Base64 (1.1.2) |
2 | 21 | - boost-for-react-native (1.63.0) |
3 | 22 | - BVLinearGradient (2.5.6): |
4 | 23 | - React |
| 24 | + - CodePush (7.0.1): |
| 25 | + - Base64 (~> 1.1) |
| 26 | + - JWT (~> 3.0.0-beta.12) |
| 27 | + - React-Core |
| 28 | + - SSZipArchive (~> 2.2.2) |
5 | 29 | - DoubleConversion (1.1.6) |
6 | 30 | - FBLazyVector (0.64.0) |
7 | 31 | - FBReactNativeSpec (0.64.0): |
|
12 | 36 | - React-jsi (= 0.64.0) |
13 | 37 | - ReactCommon/turbomodule/core (= 0.64.0) |
14 | 38 | - glog (0.3.5) |
| 39 | + - JWT (3.0.0-beta.12): |
| 40 | + - Base64 (~> 1.1.2) |
15 | 41 | - RCT-Folly (2020.01.13.00): |
16 | 42 | - boost-for-react-native |
17 | 43 | - DoubleConversion |
@@ -320,10 +346,15 @@ PODS: |
320 | 346 | - React-Core |
321 | 347 | - RNVectorIcons (8.1.0): |
322 | 348 | - React-Core |
| 349 | + - SSZipArchive (2.2.3) |
323 | 350 | - Yoga (1.14.0) |
324 | 351 |
|
325 | 352 | DEPENDENCIES: |
| 353 | + - appcenter-analytics (from `../node_modules/appcenter-analytics/ios`) |
| 354 | + - appcenter-core (from `../node_modules/appcenter/ios`) |
| 355 | + - appcenter-crashes (from `../node_modules/appcenter-crashes/ios`) |
326 | 356 | - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) |
| 357 | + - CodePush (from `../node_modules/react-native-code-push`) |
327 | 358 | - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) |
328 | 359 | - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) |
329 | 360 | - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) |
@@ -369,11 +400,24 @@ DEPENDENCIES: |
369 | 400 |
|
370 | 401 | SPEC REPOS: |
371 | 402 | trunk: |
| 403 | + - AppCenter |
| 404 | + - AppCenterReactNativeShared |
| 405 | + - Base64 |
372 | 406 | - boost-for-react-native |
| 407 | + - JWT |
| 408 | + - SSZipArchive |
373 | 409 |
|
374 | 410 | EXTERNAL SOURCES: |
| 411 | + appcenter-analytics: |
| 412 | + :path: "../node_modules/appcenter-analytics/ios" |
| 413 | + appcenter-core: |
| 414 | + :path: "../node_modules/appcenter/ios" |
| 415 | + appcenter-crashes: |
| 416 | + :path: "../node_modules/appcenter-crashes/ios" |
375 | 417 | BVLinearGradient: |
376 | 418 | :path: "../node_modules/react-native-linear-gradient" |
| 419 | + CodePush: |
| 420 | + :path: "../node_modules/react-native-code-push" |
377 | 421 | DoubleConversion: |
378 | 422 | :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" |
379 | 423 | FBLazyVector: |
@@ -456,12 +500,20 @@ EXTERNAL SOURCES: |
456 | 500 | :path: "../node_modules/react-native/ReactCommon/yoga" |
457 | 501 |
|
458 | 502 | SPEC CHECKSUMS: |
| 503 | + AppCenter: cd53e3ed3563cc720bcb806c9731a12389b40d44 |
| 504 | + appcenter-analytics: aa074250b2cb182d6f7d67d9c236dd4606673ab5 |
| 505 | + appcenter-core: c97920e79eba2321a262d3733cb2a6f1097db539 |
| 506 | + appcenter-crashes: 804ae51c5d1742ce20fdb6a68b3d06208a404ad5 |
| 507 | + AppCenterReactNativeShared: 2d5a53b6cbd2fe7f63f0033e9f0a40757a4eacf5 |
| 508 | + Base64: cecfb41a004124895a7bcee567a89bae5a89d49b |
459 | 509 | boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c |
460 | 510 | BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872 |
| 511 | + CodePush: 019289464f0ea035a461334f5d64ae88c16b1e74 |
461 | 512 | DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de |
462 | 513 | FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5 |
463 | 514 | FBReactNativeSpec: b11a84d6cfbc7bf432641cd3572ad737528fb3e4 |
464 | 515 | glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 |
| 516 | + JWT: 9b5c05abbcc1a0e69c3c91e1655b3387fc7e581d |
465 | 517 | RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c |
466 | 518 | RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a |
467 | 519 | RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b |
@@ -497,6 +549,7 @@ SPEC CHECKSUMS: |
497 | 549 | RNReanimated: b8c8004b43446e3c2709fe64b2b41072f87428ad |
498 | 550 | RNScreens: c277bfc4b5bb7c2fe977d19635df6f974f95dfd6 |
499 | 551 | RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4 |
| 552 | + SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 |
500 | 553 | Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf |
501 | 554 |
|
502 | 555 | PODFILE CHECKSUM: f1ef3c3816fc1e81e4740a9ab3f4adeb2526476f |
|
0 commit comments