[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 4.3.1 / FirebaseDynamicLinks.podspec.json
blob0379cd8285a26d104a9f5cf4a2542ab17e869c2a
2   "name": "FirebaseDynamicLinks",
3   "version": "4.3.1",
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": "DynamicLinks-4.3.1"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "static_framework": true,
22   "prefix_header_file": false,
23   "source_files": [
24     "FirebaseDynamicLinks/Sources/**/*.[mh]",
25     "Interop/Analytics/Public/*.h",
26     "FirebaseCore/Sources/Private/*.h"
27   ],
28   "public_header_files": "FirebaseDynamicLinks/Sources/Public/FirebaseDynamicLinks/*.h",
29   "frameworks": "QuartzCore",
30   "weak_frameworks": "WebKit",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 6.10"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=4.3.1 FIRDynamicLinks3P GIN_SCION_LOGGING",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
40   },
41   "testspecs": [
42     {
43       "name": "unit",
44       "test_type": "unit",
45       "source_files": [
46         "FirebaseDynamicLinks/Tests/Unit/*.[mh]",
47         "GoogleUtilities/SwizzlerTestHelpers/*.h",
48         "GoogleUtilities/MethodSwizzler/Private/*.h"
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           "~> 6.7"
61         ],
62         "GoogleUtilities/SwizzlerTestHelpers": [
63           "~> 6.7"
64         ]
65       }
66     }
67   ]