[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 10.16.0 / FirebaseDynamicLinks.podspec.json
blobd56cb4bf1fea006a94c432ac2633740f93d59d44
2   "name": "FirebaseDynamicLinks",
3   "version": "10.16.0",
4   "summary": "Firebase Dynamic Links",
5   "description": "Firebase Dynamic Links are deep links that enhance user experience and increase engagement by retaining context post-install, across platforms.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.16.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.3",
21   "cocoapods_version": ">= 1.4.0",
22   "prefix_header_file": false,
23   "source_files": [
24     "FirebaseDynamicLinks/Sources/**/*.[mh]",
25     "Interop/Analytics/Public/*.h",
26     "FirebaseCore/Extension/*.h"
27   ],
28   "public_header_files": "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/*.h",
29   "frameworks": "QuartzCore",
30   "weak_frameworks": "WebKit",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 10.0"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks3P GIN_SCION_LOGGING",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
40   },
41   "testspecs": [
42     {
43       "name": "unit",
44       "test_type": "unit",
45       "scheme": {
46         "code_coverage": true
47       },
48       "source_files": [
49         "FirebaseDynamicLinks/Tests/Unit/*.[mh]"
50       ],
51       "requires_app_host": true,
52       "resources": [
53         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
54         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
55       ],
56       "dependencies": {
57         "OCMock": [
59         ],
60         "GoogleUtilities/MethodSwizzler": [
61           "~> 7.8"
62         ],
63         "GoogleUtilities/SwizzlerTestHelpers": [
64           "~> 7.8"
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.3"