[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 10.22.0 / FirebaseDynamicLinks.podspec.json
blob17c03418b7b3f0d690f49c2397d6e71aadc6c8b3
2   "name": "FirebaseDynamicLinks",
3   "version": "10.22.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.22.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.12.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   "resource_bundles": {
30     "FirebaseDynamicLinks_Privacy": "FirebaseDynamicLinks/Sources/Resources/PrivacyInfo.xcprivacy"
31   },
32   "frameworks": "QuartzCore",
33   "weak_frameworks": "WebKit",
34   "dependencies": {
35     "FirebaseCore": [
36       "~> 10.0"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks3P GIN_SCION_LOGGING",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "testspecs": [
45     {
46       "name": "unit",
47       "test_type": "unit",
48       "scheme": {
49         "code_coverage": true
50       },
51       "source_files": [
52         "FirebaseDynamicLinks/Tests/Unit/*.[mh]"
53       ],
54       "requires_app_host": true,
55       "resources": [
56         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
57         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
58       ],
59       "dependencies": {
60         "OCMock": [
62         ],
63         "GoogleUtilities/MethodSwizzler": [
64           "~> 7.8"
65         ],
66         "GoogleUtilities/SwizzlerTestHelpers": [
67           "~> 7.8"
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.3"