| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "authors": "Google, Inc.",
- "cocoapods_version": ">= 1.10.0",
- "default_subspecs": "AdIdSupport",
- "dependencies": {
- "GoogleUtilities/AppDelegateSwizzler": "~> 7.4",
- "GoogleUtilities/MethodSwizzler": "~> 7.4",
- "GoogleUtilities/NSData+zlib": "~> 7.4",
- "GoogleUtilities/Network": "~> 7.4",
- "nanopb": "~> 2.30908.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/bbfb73e03d64790f/GoogleAppMeasurement-8.0.0.tar.gz"
- },
- "static_framework": true,
- "subspecs": [
- {
- "name": "AdIdSupport",
- "vendored_frameworks": [
- "Frameworks/GoogleAppMeasurement.xcframework"
- ]
- },
- {
- "name": "WithoutAdIdSupport",
- "vendored_frameworks": [
- "Frameworks/GoogleAppMeasurementWithoutAdIdSupport.xcframework"
- ]
- }
- ],
- "summary": "Shared measurement methods for Google libraries. Not intended for direct use.",
- "version": "8.1.0"
- }
|