Podfile.lock 15.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444
PODS:
  - boost-for-react-native (1.63.0)
  - Crashlytics (3.14.0):
    - Fabric (~> 1.10.2)
  - DoubleConversion (1.1.6)
  - Fabric (1.10.2)
  - FBLazyVector (0.61.5)
  - FBReactNativeSpec (0.61.5):
    - Folly (= 2018.10.22.00)
    - RCTRequired (= 0.61.5)
    - RCTTypeSafety (= 0.61.5)
    - React-Core (= 0.61.5)
    - React-jsi (= 0.61.5)
    - ReactCommon/turbomodule/core (= 0.61.5)
  - Firebase/Core (6.3.0):
    - Firebase/CoreOnly
    - FirebaseAnalytics (= 6.0.2)
  - Firebase/CoreOnly (6.3.0):
    - FirebaseCore (= 6.0.3)
  - Firebase/Messaging (6.3.0):
    - Firebase/CoreOnly
    - FirebaseMessaging (~> 4.1.0)
  - FirebaseAnalytics (6.0.2):
    - FirebaseCore (~> 6.0)
    - FirebaseInstanceID (~> 4.2)
    - GoogleAppMeasurement (= 6.0.2)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (~> 0.3)
  - FirebaseAnalyticsInterop (1.4.0)
  - FirebaseCore (6.0.3):
    - GoogleUtilities/Environment (~> 6.0)
    - GoogleUtilities/Logger (~> 6.0)
  - FirebaseInstanceID (4.2.7):
    - FirebaseCore (~> 6.0)
    - GoogleUtilities/Environment (~> 6.0)
    - GoogleUtilities/UserDefaults (~> 6.0)
  - FirebaseMessaging (4.1.1):
    - FirebaseAnalyticsInterop (~> 1.1)
    - FirebaseCore (~> 6.0)
    - FirebaseInstanceID (~> 4.1)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.2)
    - GoogleUtilities/Environment (~> 6.2)
    - GoogleUtilities/Reachability (~> 6.2)
    - GoogleUtilities/UserDefaults (~> 6.2)
    - Protobuf (~> 3.1)
  - Folly (2018.10.22.00):
    - boost-for-react-native
    - DoubleConversion
    - Folly/Default (= 2018.10.22.00)
    - glog
  - Folly/Default (2018.10.22.00):
    - boost-for-react-native
    - DoubleConversion
    - glog
  - glog (0.3.5)
  - GoogleAppMeasurement (6.0.2):
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (~> 0.3)
  - GoogleUtilities/AppDelegateSwizzler (6.4.0):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
  - GoogleUtilities/Environment (6.4.0)
  - GoogleUtilities/Logger (6.4.0):
    - GoogleUtilities/Environment
  - GoogleUtilities/MethodSwizzler (6.4.0):
    - GoogleUtilities/Logger
  - GoogleUtilities/Network (6.4.0):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (6.4.0)"
  - GoogleUtilities/Reachability (6.4.0):
    - GoogleUtilities/Logger
  - GoogleUtilities/UserDefaults (6.4.0):
    - GoogleUtilities/Logger
  - nanopb (0.3.9011):
    - nanopb/decode (= 0.3.9011)
    - nanopb/encode (= 0.3.9011)
  - nanopb/decode (0.3.9011)
  - nanopb/encode (0.3.9011)
  - Protobuf (3.11.2)
  - RCTRequired (0.61.5)
  - RCTTypeSafety (0.61.5):
    - FBLazyVector (= 0.61.5)
    - Folly (= 2018.10.22.00)
    - RCTRequired (= 0.61.5)
    - React-Core (= 0.61.5)
  - React (0.61.5):
    - React-Core (= 0.61.5)
    - React-Core/DevSupport (= 0.61.5)
    - React-Core/RCTWebSocket (= 0.61.5)
    - React-RCTActionSheet (= 0.61.5)
    - React-RCTAnimation (= 0.61.5)
    - React-RCTBlob (= 0.61.5)
    - React-RCTImage (= 0.61.5)
    - React-RCTLinking (= 0.61.5)
    - React-RCTNetwork (= 0.61.5)
    - React-RCTSettings (= 0.61.5)
    - React-RCTText (= 0.61.5)
    - React-RCTVibration (= 0.61.5)
  - React-Core (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.61.5)
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/CoreModulesHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/Default (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/DevSupport (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.61.5)
    - React-Core/RCTWebSocket (= 0.61.5)
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - React-jsinspector (= 0.61.5)
    - Yoga
  - React-Core/RCTActionSheetHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTAnimationHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTBlobHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTImageHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTLinkingHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTNetworkHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTSettingsHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTTextHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTVibrationHeaders (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-Core/RCTWebSocket (0.61.5):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.61.5)
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-jsiexecutor (= 0.61.5)
    - Yoga
  - React-CoreModules (0.61.5):
    - FBReactNativeSpec (= 0.61.5)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.61.5)
    - React-Core/CoreModulesHeaders (= 0.61.5)
    - React-RCTImage (= 0.61.5)
    - ReactCommon/turbomodule/core (= 0.61.5)
  - React-cxxreact (0.61.5):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-jsinspector (= 0.61.5)
  - React-jsi (0.61.5):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-jsi/Default (= 0.61.5)
  - React-jsi/Default (0.61.5):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
  - React-jsiexecutor (0.61.5):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
  - React-jsinspector (0.61.5)
  - React-RCTActionSheet (0.61.5):
    - React-Core/RCTActionSheetHeaders (= 0.61.5)
  - React-RCTAnimation (0.61.5):
    - React-Core/RCTAnimationHeaders (= 0.61.5)
  - React-RCTBlob (0.61.5):
    - React-Core/RCTBlobHeaders (= 0.61.5)
    - React-Core/RCTWebSocket (= 0.61.5)
    - React-jsi (= 0.61.5)
    - React-RCTNetwork (= 0.61.5)
  - React-RCTImage (0.61.5):
    - React-Core/RCTImageHeaders (= 0.61.5)
    - React-RCTNetwork (= 0.61.5)
  - React-RCTLinking (0.61.5):
    - React-Core/RCTLinkingHeaders (= 0.61.5)
  - React-RCTNetwork (0.61.5):
    - React-Core/RCTNetworkHeaders (= 0.61.5)
  - React-RCTSettings (0.61.5):
    - React-Core/RCTSettingsHeaders (= 0.61.5)
  - React-RCTText (0.61.5):
    - React-Core/RCTTextHeaders (= 0.61.5)
  - React-RCTVibration (0.61.5):
    - React-Core/RCTVibrationHeaders (= 0.61.5)
  - ReactCommon/jscallinvoker (0.61.5):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.61.5)
  - ReactCommon/turbomodule/core (0.61.5):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core (= 0.61.5)
    - React-cxxreact (= 0.61.5)
    - React-jsi (= 0.61.5)
    - ReactCommon/jscallinvoker (= 0.61.5)
  - RNFirebase (5.6.0):
    - Firebase/Core
    - React
    - RNFirebase/Crashlytics (= 5.6.0)
  - RNFirebase/Crashlytics (5.6.0):
    - Crashlytics
    - Fabric
    - Firebase/Core
    - React
  - Yoga (1.14.0)

DEPENDENCIES:
  - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
  - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
  - Firebase/Core (~> 6.3.0)
  - Firebase/Messaging (~> 6.3.0)
  - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
  - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
  - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
  - React (from `../node_modules/react-native/`)
  - React-Core (from `../node_modules/react-native/`)
  - React-Core/DevSupport (from `../node_modules/react-native/`)
  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
  - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
  - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
  - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
  - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
  - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
  - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
  - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
  - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
  - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
  - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
  - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
  - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
  - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
  - ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
  - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
  - RNFirebase (from `../node_modules/react-native-firebase/ios`)
  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
  trunk:
    - boost-for-react-native
    - Crashlytics
    - Fabric
    - Firebase
    - FirebaseAnalytics
    - FirebaseAnalyticsInterop
    - FirebaseCore
    - FirebaseInstanceID
    - FirebaseMessaging
    - GoogleAppMeasurement
    - GoogleUtilities
    - nanopb
    - Protobuf

EXTERNAL SOURCES:
  DoubleConversion:
    :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
  FBLazyVector:
    :path: "../node_modules/react-native/Libraries/FBLazyVector"
  FBReactNativeSpec:
    :path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
  Folly:
    :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
  glog:
    :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
  RCTRequired:
    :path: "../node_modules/react-native/Libraries/RCTRequired"
  RCTTypeSafety:
    :path: "../node_modules/react-native/Libraries/TypeSafety"
  React:
    :path: "../node_modules/react-native/"
  React-Core:
    :path: "../node_modules/react-native/"
  React-CoreModules:
    :path: "../node_modules/react-native/React/CoreModules"
  React-cxxreact:
    :path: "../node_modules/react-native/ReactCommon/cxxreact"
  React-jsi:
    :path: "../node_modules/react-native/ReactCommon/jsi"
  React-jsiexecutor:
    :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
  React-jsinspector:
    :path: "../node_modules/react-native/ReactCommon/jsinspector"
  React-RCTActionSheet:
    :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
  React-RCTAnimation:
    :path: "../node_modules/react-native/Libraries/NativeAnimation"
  React-RCTBlob:
    :path: "../node_modules/react-native/Libraries/Blob"
  React-RCTImage:
    :path: "../node_modules/react-native/Libraries/Image"
  React-RCTLinking:
    :path: "../node_modules/react-native/Libraries/LinkingIOS"
  React-RCTNetwork:
    :path: "../node_modules/react-native/Libraries/Network"
  React-RCTSettings:
    :path: "../node_modules/react-native/Libraries/Settings"
  React-RCTText:
    :path: "../node_modules/react-native/Libraries/Text"
  React-RCTVibration:
    :path: "../node_modules/react-native/Libraries/Vibration"
  ReactCommon:
    :path: "../node_modules/react-native/ReactCommon"
  RNFirebase:
    :path: "../node_modules/react-native-firebase/ios"
  Yoga:
    :path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
  boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
  Crashlytics: 540b7e5f5da5a042647227a5e3ac51d85eed06df
  DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
  Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
  FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f
  FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75
  Firebase: 8432d732974498afd5987e9001a05f90f1a3d625
  FirebaseAnalytics: 470ddab7253b21ad5a40bebd4a9903d7ae19386a
  FirebaseAnalyticsInterop: d48b6ab67bcf016a05e55b71fc39c61c0cb6b7f3
  FirebaseCore: 68f8a7f50cdae542715d4e86afa37c4067217dcb
  FirebaseInstanceID: ebd2ea79ee38db0cb5f5167b17a0d387e1cc7b6e
  FirebaseMessaging: 6bb0bdaf64c55fef7a219b7bb1e94e94a0855ced
  Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
  glog: 1f3da668190260b06b429bb211bfbee5cd790c28
  GoogleAppMeasurement: a35a645835bae31b6bdc0576396bc23908f12a22
  GoogleUtilities: 29bd0d8f850efbd28cff6d99e8b7da1f8d236bcf
  nanopb: 18003b5e52dab79db540fe93fe9579f399bd1ccd
  Protobuf: dd1aaea7140debfe4dd0683fb8ef208e527ae153
  RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
  RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
  React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
  React-Core: 688b451f7d616cc1134ac95295b593d1b5158a04
  React-CoreModules: d04f8494c1a328b69ec11db9d1137d667f916dcb
  React-cxxreact: d0f7bcafa196ae410e5300736b424455e7fb7ba7
  React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
  React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
  React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
  React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
  React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
  React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
  React-RCTImage: 6b8e8df449eb7c814c99a92d6b52de6fe39dea4e
  React-RCTLinking: 121bb231c7503cf9094f4d8461b96a130fabf4a5
  React-RCTNetwork: fb353640aafcee84ca8b78957297bd395f065c9a
  React-RCTSettings: 8db258ea2a5efee381fcf7a6d5044e2f8b68b640
  React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
  React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
  ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
  RNFirebase: 37daa9a346d070f9f6ee1f3b4aaf4c8e3b1d5d1c
  Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

PODFILE CHECKSUM: 58933ef8d7b73cc8e0474f36d5e8bdec3ec80e1e

COCOAPODS: 1.8.4