[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 4.0.8 / FirebaseDynamicLinks.podspec.json
blob26aa243398b2da18b25d856ec0c0c1eb9cffef2f
2   "name": "FirebaseDynamicLinks",
3   "version": "4.0.8",
4   "summary": "Firebase DynamicLinks for iOS",
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.0.8"
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": "FirebaseDynamicLinks/Sources/**/*.[mh]",
24   "public_header_files": "FirebaseDynamicLinks/Sources/Public/*.h",
25   "frameworks": "QuartzCore",
26   "weak_frameworks": "WebKit",
27   "dependencies": {
28     "FirebaseCore": [
29       "~> 6.2"
30     ],
31     "FirebaseAnalyticsInterop": [
32       "~> 1.3"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99",
37     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=4.0.8 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": "FirebaseDynamicLinks/Tests/Unit/*.[mh]",
45       "requires_app_host": true,
46       "resources": [
47         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
48         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
49       ],
50       "dependencies": {
51         "OCMock": [
53         ],
54         "GoogleUtilities/MethodSwizzler": [
55           "~> 6.2"
56         ],
57         "GoogleUtilities/SwizzlerTestHelpers": [
58           "~> 6.2"
59         ]
60       }
61     }
62   ]