blob: 9eff79fcd30b0e98cec479c21c6d562203c1cb6a [file] [log] [blame]
{
"name": "FirebaseAppDistribution",
"version": "0.9.3",
"summary": "App Distribution for Firebase iOS SDK.",
"description": "iOS SDK for App Distribution for Firebase.",
"homepage": "https://developers.google.com/",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "AppDistribution-0.9.3"
},
"platforms": {
"ios": "9.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": [
"FirebaseAppDistribution/Sources/**/*.{c,h,m,mm}",
"FirebaseCore/Sources/Private/*.h",
"FirebaseInstallations/Source/Library/Private/*.h",
"GoogleDataTransport/GDTCORLibrary/Internal/*.h",
"GoogleUtilities/AppDelegateSwizzler/Private/*.h",
"GoogleUtilities/UserDefaults/Private/*.h"
],
"public_header_files": "FirebaseAppDistribution/Sources/Public/*.h",
"dependencies": {
"FirebaseCore": [
"~> 6.10"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 6.7"
],
"GoogleUtilities/UserDefaults": [
"~> 6.7"
],
"FirebaseInstallations": [
"~> 1.6"
],
"GoogleDataTransport": [
"~> 7.2"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRAppDistribution_VERSION=0.9.3",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
"resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
"dependencies": {
"OCMock": [
]
}
}
]
}