forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoogleAppMeasurement.podspec.json
37 lines (37 loc) · 1.21 KB
/
GoogleAppMeasurement.podspec.json
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
{
"authors": "Google, Inc.",
"cocoapods_version": ">= 1.10.0",
"dependencies": {
"GoogleUtilities/AppDelegateSwizzler": "~> 7.0",
"GoogleUtilities/MethodSwizzler": "~> 7.0",
"GoogleUtilities/NSData+zlib": "~> 7.0",
"GoogleUtilities/Network": "~> 7.0",
"nanopb": "~> 2.30907.0"
},
"description": "Measurement methods that are shared between Google libraries. This pod does not expose any headers and isn't intended for direct use, but rather as a dependency of some Google libraries.",
"frameworks": [
"StoreKit"
],
"homepage": "https://developers.google.com/ios",
"libraries": [
"c++",
"sqlite3",
"z"
],
"license": {
"text": "Copyright 2021 Google",
"type": "Copyright"
},
"name": "GoogleAppMeasurement",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://dl.google.com/firebase/ios/analytics/42ed5cda50d981f3/GoogleAppMeasurement-7.8.1.tar.gz"
},
"summary": "Shared measurement methods for Google libraries. Not intended for direct use.",
"vendored_frameworks": [
"Frameworks/GoogleAppMeasurement.xcframework"
],
"version": "7.8.1"
}