[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 4.0.7 / FirebaseDynamicLinks.podspec.json
blob5b5270a20d508d2b8fd5aa1856129b97deb5e3b6
2   "name": "FirebaseDynamicLinks",
3   "version": "4.0.7",
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.7"
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": [
26     "AssetsLibrary",
27     "MessageUI",
28     "QuartzCore"
29   ],
30   "weak_frameworks": "WebKit",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 6.2"
34     ],
35     "FirebaseAnalyticsInterop": [
36       "~> 1.3"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=4.0.7 FIRDynamicLinks3P GIN_SCION_LOGGING",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "testspecs": [
45     {
46       "name": "unit",
47       "test_type": "unit",
48       "source_files": "FirebaseDynamicLinks/Tests/Unit/*.[mh]",
49       "requires_app_host": true,
50       "resources": [
51         "FirebaseDynamicLinks/Tests/Unit/GoogleService-Info.plist",
52         "FirebaseDynamicLinks/Tests/Unit/DL-Info.plist"
53       ],
54       "dependencies": {
55         "OCMock": [
57         ],
58         "GoogleUtilities/MethodSwizzler": [
59           "~> 6.2"
60         ],
61         "GoogleUtilities/SwizzlerTestHelpers": [
62           "~> 6.2"
63         ]
64       }
65     }
66   ]