summaryrefslogtreecommitdiff
path: root/ios/Podfile.lock
blob: 7622fd6f759dbfb4e4ec4c41235cabf1a558bd07 (plain)
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
PODS:
  - camera_avfoundation (0.0.1):
    - Flutter
  - Flutter (1.0.0)
  - google_mlkit_commons (0.2.0):
    - Flutter
    - MLKitVision
  - google_mlkit_text_recognition (0.4.0):
    - Flutter
    - google_mlkit_commons
    - GoogleMLKit/TextRecognition (~> 3.1.0)
    - GoogleMLKit/TextRecognitionChinese (~> 3.1.0)
    - GoogleMLKit/TextRecognitionDevanagari (~> 3.1.0)
    - GoogleMLKit/TextRecognitionJapanese (~> 3.1.0)
    - GoogleMLKit/TextRecognitionKorean (~> 3.1.0)
  - GoogleDataTransport (9.2.0):
    - GoogleUtilities/Environment (~> 7.7)
    - nanopb (< 2.30910.0, >= 2.30908.0)
    - PromisesObjC (< 3.0, >= 1.2)
  - GoogleMLKit/MLKitCore (3.1.0):
    - MLKitCommon (~> 7.0.0)
  - GoogleMLKit/TextRecognition (3.1.0):
    - GoogleMLKit/MLKitCore
    - MLKitTextRecognition (~> 1.4.0-beta5)
  - GoogleMLKit/TextRecognitionChinese (3.1.0):
    - GoogleMLKit/MLKitCore
    - MLKitTextRecognitionChinese (~> 1.0.0-beta5)
  - GoogleMLKit/TextRecognitionDevanagari (3.1.0):
    - GoogleMLKit/MLKitCore
    - MLKitTextRecognitionDevanagari (~> 1.0.0-beta5)
  - GoogleMLKit/TextRecognitionJapanese (3.1.0):
    - GoogleMLKit/MLKitCore
    - MLKitTextRecognitionJapanese (~> 1.0.0-beta5)
  - GoogleMLKit/TextRecognitionKorean (3.1.0):
    - GoogleMLKit/MLKitCore
    - MLKitTextRecognitionKorean (~> 1.0.0-beta5)
  - GoogleToolboxForMac/DebugUtils (2.3.2):
    - GoogleToolboxForMac/Defines (= 2.3.2)
  - GoogleToolboxForMac/Defines (2.3.2)
  - GoogleToolboxForMac/Logger (2.3.2):
    - GoogleToolboxForMac/Defines (= 2.3.2)
  - "GoogleToolboxForMac/NSData+zlib (2.3.2)":
    - GoogleToolboxForMac/Defines (= 2.3.2)
  - "GoogleToolboxForMac/NSDictionary+URLArguments (2.3.2)":
    - GoogleToolboxForMac/DebugUtils (= 2.3.2)
    - GoogleToolboxForMac/Defines (= 2.3.2)
    - "GoogleToolboxForMac/NSString+URLArguments (= 2.3.2)"
  - "GoogleToolboxForMac/NSString+URLArguments (2.3.2)"
  - GoogleUtilities/Environment (7.8.0):
    - PromisesObjC (< 3.0, >= 1.2)
  - GoogleUtilities/Logger (7.8.0):
    - GoogleUtilities/Environment
  - GoogleUtilities/UserDefaults (7.8.0):
    - GoogleUtilities/Logger
  - GoogleUtilitiesComponents (1.1.0):
    - GoogleUtilities/Logger
  - GTMSessionFetcher/Core (1.7.2)
  - MLImage (1.0.0-beta3)
  - MLKitCommon (7.0.0):
    - GoogleDataTransport (~> 9.0)
    - GoogleToolboxForMac/Logger (~> 2.1)
    - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
    - "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
    - GoogleUtilities/UserDefaults (~> 7.0)
    - GoogleUtilitiesComponents (~> 1.0)
    - GTMSessionFetcher/Core (~> 1.1)
    - Protobuf (~> 3.12)
  - MLKitTextRecognition (1.4.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitTextRecognitionCommon (= 1.0.0-beta5)
    - MLKitVision (~> 4.1)
  - MLKitTextRecognitionChinese (1.0.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitTextRecognitionCommon (= 1.0.0-beta5)
    - MLKitVision (~> 4.1)
  - MLKitTextRecognitionCommon (1.0.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitVision (~> 4.1)
  - MLKitTextRecognitionDevanagari (1.0.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitTextRecognitionCommon (= 1.0.0-beta5)
    - MLKitVision (~> 4.1)
  - MLKitTextRecognitionJapanese (1.0.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitTextRecognitionCommon (= 1.0.0-beta5)
    - MLKitVision (~> 4.1)
  - MLKitTextRecognitionKorean (1.0.0-beta5):
    - MLKitCommon (~> 7.0)
    - MLKitTextRecognitionCommon (= 1.0.0-beta5)
    - MLKitVision (~> 4.1)
  - MLKitVision (4.1.0):
    - GoogleToolboxForMac/Logger (~> 2.1)
    - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
    - GTMSessionFetcher/Core (~> 1.1)
    - MLImage (= 1.0.0-beta3)
    - MLKitCommon (~> 7.0)
    - Protobuf (~> 3.12)
  - nanopb (2.30909.0):
    - nanopb/decode (= 2.30909.0)
    - nanopb/encode (= 2.30909.0)
  - nanopb/decode (2.30909.0)
  - nanopb/encode (2.30909.0)
  - permission_handler_apple (9.0.4):
    - Flutter
  - PromisesObjC (2.1.1)
  - Protobuf (3.21.9)

DEPENDENCIES:
  - camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
  - Flutter (from `Flutter`)
  - google_mlkit_commons (from `.symlinks/plugins/google_mlkit_commons/ios`)
  - google_mlkit_text_recognition (from `.symlinks/plugins/google_mlkit_text_recognition/ios`)
  - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)

SPEC REPOS:
  trunk:
    - GoogleDataTransport
    - GoogleMLKit
    - GoogleToolboxForMac
    - GoogleUtilities
    - GoogleUtilitiesComponents
    - GTMSessionFetcher
    - MLImage
    - MLKitCommon
    - MLKitTextRecognition
    - MLKitTextRecognitionChinese
    - MLKitTextRecognitionCommon
    - MLKitTextRecognitionDevanagari
    - MLKitTextRecognitionJapanese
    - MLKitTextRecognitionKorean
    - MLKitVision
    - nanopb
    - PromisesObjC
    - Protobuf

EXTERNAL SOURCES:
  camera_avfoundation:
    :path: ".symlinks/plugins/camera_avfoundation/ios"
  Flutter:
    :path: Flutter
  google_mlkit_commons:
    :path: ".symlinks/plugins/google_mlkit_commons/ios"
  google_mlkit_text_recognition:
    :path: ".symlinks/plugins/google_mlkit_text_recognition/ios"
  permission_handler_apple:
    :path: ".symlinks/plugins/permission_handler_apple/ios"

SPEC CHECKSUMS:
  camera_avfoundation: 07c77549ea54ad95d8581be86617c094a46280d9
  Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
  google_mlkit_commons: e9070f57232c3a3e4bd42fdfa621bb1f4bb3e709
  google_mlkit_text_recognition: 900d35cbb2d314c02ae0b23cba39bb284ca79327
  GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
  GoogleMLKit: 9d072522949ff0ef4dae5359feaf3db2ef2fa658
  GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
  GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7
  GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
  GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
  MLImage: 489dfec109f21da8621b28d476401aaf7a0d4ff4
  MLKitCommon: 20f4aca0ec2bb37cef2b9c211b50586817bac5d3
  MLKitTextRecognition: 46c6574e7db6452f5a426312c04a794c82d6fcf0
  MLKitTextRecognitionChinese: 3db181074a4ca958c8703ebdf3df185cb2159ec1
  MLKitTextRecognitionCommon: 9f66172593cedc9654d56bf9b3d1044c054e2c41
  MLKitTextRecognitionDevanagari: 80d1f5d3699da516648f5693b2e569b8110dea1b
  MLKitTextRecognitionJapanese: b4e56e02f778e0cfe163cd41fb2d1f5e991492d9
  MLKitTextRecognitionKorean: 630e09b21ea4c6b39e5202dec4357ccc3062b754
  MLKitVision: 639a171d937241f3fcf92bc1b3ef8f179f49916c
  nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
  permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
  PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
  Protobuf: 02524ec14183fe08fb259741659e79683788158b

PODFILE CHECKSUM: 578b249715fb90c411f981f8134ab40889cf81b3

COCOAPODS: 1.11.3