[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 7.1.0 / FirebaseDynamicLinks.podspec.json
blobfd033ec98bc629e85dc0ef4a5c0795450b2d87c5
2   "name": "FirebaseDynamicLinks",
3   "version": "7.1.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.1.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       "source_files": [
45         "FirebaseDynamicLinks/Tests/Unit/*.[mh]"
46       ],
47       "requires_app_host": true,
48       "resources": [
49         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
50         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
51       ],
52       "dependencies": {
53         "OCMock": [
55         ],
56         "GoogleUtilities/MethodSwizzler": [
57           "~> 7.0"
58         ],
59         "GoogleUtilities/SwizzlerTestHelpers": [
60           "~> 7.0"
61         ]
62       }
63     }
64   ]