[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 2 / 1 / FirebaseAnalytics / 10.12.0 / FirebaseAnalytics.podspec.json
blob0cce6f49434b51d5af1d2d10e3322cfce8358fcc
2   "name": "FirebaseAnalytics",
3   "version": "10.12.0",
4   "summary": "Firebase Analytics for iOS",
5   "description": "Firebase Analytics is a free, out-of-the-box analytics solution that\ninspires actionable insights based on app usage and user engagement.",
6   "homepage": "https://firebase.google.com/features/analytics/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2022 Google"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "http": "https://dl.google.com/firebase/ios/analytics/a79f55b6d83e8615/FirebaseAnalytics-10.12.0.tar.gz"
14   },
15   "cocoapods_version": ">= 1.10.0",
16   "swift_versions": "5.3",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.13",
20     "tvos": "12.0"
21   },
22   "libraries": [
23     "c++",
24     "sqlite3",
25     "z"
26   ],
27   "frameworks": "StoreKit",
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 10.0"
31     ],
32     "FirebaseInstallations": [
33       "~> 10.0"
34     ],
35     "GoogleUtilities/AppDelegateSwizzler": [
36       "~> 7.11"
37     ],
38     "GoogleUtilities/MethodSwizzler": [
39       "~> 7.11"
40     ],
41     "GoogleUtilities/NSData+zlib": [
42       "~> 7.11"
43     ],
44     "GoogleUtilities/Network": [
45       "~> 7.11"
46     ],
47     "nanopb": [
48       ">= 2.30908.0",
49       "< 2.30910.0"
50     ]
51   },
52   "default_subspecs": "AdIdSupport",
53   "subspecs": [
54     {
55       "name": "AdIdSupport",
56       "dependencies": {
57         "GoogleAppMeasurement": [
58           "10.12.0"
59         ]
60       },
61       "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework"
62     },
63     {
64       "name": "WithoutAdIdSupport",
65       "dependencies": {
66         "GoogleAppMeasurement/WithoutAdIdSupport": [
67           "10.12.0"
68         ]
69       },
70       "vendored_frameworks": "Frameworks/FirebaseAnalytics.xcframework"
71     }
72   ],
73   "swift_version": "5.3"