[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / e / 5 / FirebaseDynamicLinks / 3.4.2 / FirebaseDynamicLinks.podspec.json
blob26a3c16af38925b60ed0de7dbe8f6063db573e9e
2   "name": "FirebaseDynamicLinks",
3   "version": "3.4.2",
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-3.4.2"
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": "Firebase/DynamicLinks/**/*.[mh]",
24   "public_header_files": "Firebase/DynamicLinks/Public/*.h",
25   "frameworks": [
26     "AssetsLibrary",
27     "MessageUI",
28     "QuartzCore"
29   ],
30   "weak_frameworks": "WebKit",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 5.2"
34     ],
35     "FirebaseAnalyticsInterop": [
36       "~> 1.0"
37     ]
38   },
39   "ios": {
40     "dependencies": {
41       "FirebaseAnalytics": [
42         "~> 5.1"
43       ]
44     }
45   },
46   "pod_target_xcconfig": {
47     "GCC_C_LANGUAGE_STANDARD": "c99",
48     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDynamicLinks_VERSION=3.4.2 FIRDynamicLinks3P GIN_SCION_LOGGING",
49     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"/Firebase"
50   }