blob: 8b94821bf61439f6231d155fbafc992183c5a3a6 [file] [log] [blame]
{
"name": "FirebaseDynamicLinks",
"version": "4.2.1",
"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": "DynamicLinks-4.2.1"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": [
"FirebaseDynamicLinks/Sources/**/*.[mh]",
"Interop/Analytics/Public/*.h",
"FirebaseCore/Sources/Private/*.h"
],
"public_header_files": "FirebaseDynamicLinks/Sources/Public/*.h",
"frameworks": "QuartzCore",
"weak_frameworks": "WebKit",
"dependencies": {
"FirebaseCore": [
"~> 6.10"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=4.2.1 FIRDynamicLinks3P GIN_SCION_LOGGING",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"FirebaseDynamicLinks/Tests/Unit/*.[mh]",
"GoogleUtilities/SwizzlerTestHelpers/*.h",
"GoogleUtilities/MethodSwizzler/Private/*.h"
],
"requires_app_host": true,
"resources": [
"FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
"FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
],
"dependencies": {
"OCMock": [
],
"GoogleUtilities/MethodSwizzler": [
"~> 6.7"
],
"GoogleUtilities/SwizzlerTestHelpers": [
"~> 6.7"
]
}
}
]
}