blob: 324cd728256b3b806e577a81aee3dcd4cf107c01 [file] [log] [blame]
{
"name": "FirebaseDynamicLinks",
"version": "8.3.0",
"summary": "Firebase Dynamic Links",
"description": "Firebase Dynamic Links are deep links that enhance user experience and increase engagement by retaining context post-install, across platforms.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "CocoaPods-8.3.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"prefix_header_file": false,
"source_files": [
"FirebaseDynamicLinks/Sources/**/*.[mh]",
"Interop/Analytics/Public/*.h",
"FirebaseCore/Sources/Private/*.h"
],
"public_header_files": "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/*.h",
"frameworks": "QuartzCore",
"weak_frameworks": "WebKit",
"dependencies": {
"FirebaseCore": [
"~> 8.0"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks3P GIN_SCION_LOGGING",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"scheme": {
"code_coverage": true
},
"source_files": [
"FirebaseDynamicLinks/Tests/Unit/*.[mh]"
],
"requires_app_host": true,
"resources": [
"FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
"FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
],
"dependencies": {
"OCMock": [
],
"GoogleUtilities/MethodSwizzler": [
"~> 7.4"
],
"GoogleUtilities/SwizzlerTestHelpers": [
"~> 7.4"
]
}
}
]
}