[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 7.11.0 / FirebaseDynamicLinks.podspec.json
blob6ee654bbb392d2a6f356aaea75ede98a1d308872
2   "name": "FirebaseDynamicLinks",
3   "version": "7.11.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-7.11.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "prefix_header_file": false,
22   "source_files": [
23     "FirebaseDynamicLinks/Sources/**/*.[mh]",
24     "Interop/Analytics/Public/*.h",
25     "FirebaseCore/Sources/Private/*.h"
26   ],
27   "public_header_files": "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/*.h",
28   "frameworks": "QuartzCore",
29   "weak_frameworks": "WebKit",
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 7.0"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99",
37     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks3P GIN_SCION_LOGGING",
38     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
39   },
40   "testspecs": [
41     {
42       "name": "unit",
43       "test_type": "unit",
44       "scheme": {
45         "code_coverage": true
46       },
47       "source_files": [
48         "FirebaseDynamicLinks/Tests/Unit/*.[mh]"
49       ],
50       "requires_app_host": true,
51       "resources": [
52         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
53         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
54       ],
55       "dependencies": {
56         "OCMock": [
58         ],
59         "GoogleUtilities/MethodSwizzler": [
60           "~> 7.0"
61         ],
62         "GoogleUtilities/SwizzlerTestHelpers": [
63           "~> 7.0"
64         ]
65       }
66     }
67   ]