blob: 0d3c84b2b59e1269633713e10611294b5cd86e9f [file] [log] [blame]
{
"name": "FirebaseAppDistribution",
"version": "7.5.0-beta",
"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": "CocoaPods-7.5.0-beta"
},
"platforms": {
"ios": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"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"
],
"public_header_files": "FirebaseAppDistribution/Sources/Public/FirebaseAppDistribution/*.h",
"dependencies": {
"FirebaseCore": [
"~> 7.0"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 7.0"
],
"GoogleUtilities/UserDefaults": [
"~> 7.0"
],
"FirebaseInstallations": [
"~> 7.0"
],
"GoogleDataTransport": [
"~> 8.0"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"scheme": {
"code_coverage": true
},
"source_files": "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
"resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
"dependencies": {
"OCMock": [
]
}
}
]
}