2 "name": "FirebaseAppDistribution",
4 "summary": "App Distribution for Firebase iOS SDK.",
5 "description": "iOS SDK for App Distribution for Firebase.",
6 "homepage": "https://developers.google.com/",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "AppDistribution-0.9.1"
19 "cocoapods_version": ">= 1.4.0",
20 "static_framework": true,
21 "prefix_header_file": false,
23 "FirebaseAppDistribution/Sources/**/*.{c,h,m,mm}",
24 "FirebaseCore/Sources/Private/*.h",
25 "FirebaseInstallations/Source/Library/Private/*.h",
26 "GoogleDataTransport/GDTCORLibrary/Internal/*.h",
27 "GoogleUtilities/AppDelegateSwizzler/Private/*.h",
28 "GoogleUtilities/UserDefaults/Private/*.h"
30 "public_header_files": "FirebaseAppDistribution/Sources/Public/*.h",
35 "GoogleUtilities/AppDelegateSwizzler": [
38 "GoogleUtilities/UserDefaults": [
41 "FirebaseInstallations": [
44 "GoogleDataTransport": [
48 "pod_target_xcconfig": {
49 "GCC_C_LANGUAGE_STANDARD": "c99",
50 "GCC_PREPROCESSOR_DEFINITIONS": "FIRAppDistribution_VERSION=0.9.1",
51 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
57 "source_files": "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
58 "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",