blob: 3d6d8d33a25059f8a4198f64716a9c7bdd5680b3 [file] [log] [blame]
{
"name": "FirebaseDynamicLinks",
"version": "4.0.5",
"summary": "Firebase DynamicLinks for iOS",
"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.0.5"
},
"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": "Firebase/DynamicLinks/**/*.[mh]",
"public_header_files": "Firebase/DynamicLinks/Public/*.h",
"frameworks": [
"AssetsLibrary",
"MessageUI",
"QuartzCore"
],
"weak_frameworks": "WebKit",
"dependencies": {
"FirebaseCore": [
"~> 6.2"
],
"FirebaseAnalyticsInterop": [
"~> 1.3"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=4.0.5 FIRDynamicLinks3P GIN_SCION_LOGGING",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"/Firebase"
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "Example/DynamicLinks/Tests/*.[mh]",
"requires_app_host": true,
"resources": [
"Example/DynamicLinks/App/GoogleService-Info.plist",
"Example/DynamicLinks/App/DL-Info.plist"
],
"dependencies": {
"OCMock": [
],
"GoogleUtilities/MethodSwizzler": [
"~> 6.2"
],
"GoogleUtilities/SwizzlerTestHelpers": [
"~> 6.2"
]
}
}
]
}