[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / 1 / FirebaseAnalytics / 8.1.1 / FirebaseAnalytics.podspec.json
blob1feccd752329712469cac2a510923a3890091ec2
2   "authors": "Google, Inc.",
3   "cocoapods_version": ">= 1.10.0",
4   "default_subspecs": "AdIdSupport",
5   "dependencies": {
6     "FirebaseCore": "~> 8.0",
7     "FirebaseInstallations": "~> 8.0",
8     "GoogleUtilities/AppDelegateSwizzler": "~> 7.4",
9     "GoogleUtilities/MethodSwizzler": "~> 7.4",
10     "GoogleUtilities/NSData+zlib": "~> 7.4",
11     "GoogleUtilities/Network": "~> 7.4",
12     "nanopb": "~> 2.30908.0"
13   },
14   "description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
15   "frameworks": [
16     "StoreKit"
17   ],
18   "homepage": "https://firebase.google.com/features/analytics/",
19   "libraries": [
20     "c++",
21     "sqlite3",
22     "z"
23   ],
24   "license": {
25     "text": "Copyright 2021 Google",
26     "type": "Copyright"
27   },
28   "name": "FirebaseAnalytics",
29   "platforms": {
30     "ios": "9.0"
31   },
32   "source": {
33     "http": "https://dl.google.com/firebase/ios/analytics/19ed8dba01e90708/FirebaseAnalytics-8.1.1.tar.gz"
34   },
35   "summary": "Firebase Analytics for iOS",
36   "version": "8.1.1",
37   "subspecs": [
38     {
39       "name": "AdIdSupport",
40       "dependencies": {
41         "FirebaseAnalytics/Base": "8.1.1",
42         "GoogleAppMeasurement": "8.1.1"
43       }
44     },
45     {
46       "name": "WithoutAdIdSupport",
47       "dependencies": {
48         "FirebaseAnalytics/Base": "8.1.1",
49         "GoogleAppMeasurement/WithoutAdIdSupport": "8.1.1"
50       }
51     },
52     {
53       "name": "Base",
54       "vendored_frameworks": [
55         "Frameworks/FirebaseAnalytics.xcframework"
56       ]
57     }
58   ]