[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / 7 / FirebaseInstallations / 9.1.0 / FirebaseInstallations.podspec.json
bloba82a7b35e51f8d391feec4e926e4982e87bce7d5
2   "name": "FirebaseInstallations",
3   "version": "9.1.0",
4   "summary": "Firebase Installations",
5   "description": "Firebase Installations.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-9.1.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.0"
23   },
24   "cocoapods_version": ">= 1.4.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseInstallations/Source/Library/**/*.[mh]",
28     "FirebaseCore/Extension/*.h"
29   ],
30   "public_header_files": [
31     "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/*.h"
32   ],
33   "frameworks": "Security",
34   "dependencies": {
35     "FirebaseCore": [
36       "~> 9.0"
37     ],
38     "PromisesObjC": [
39       "~> 2.1"
40     ],
41     "GoogleUtilities/Environment": [
42       "~> 7.7"
43     ],
44     "GoogleUtilities/UserDefaults": [
45       "~> 7.7"
46     ]
47   },
48   "pod_target_xcconfig": {
49     "GCC_C_LANGUAGE_STANDARD": "c99",
50     "GCC_PREPROCESSOR_DEFINITIONS": "",
51     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
52   },
53   "swift_version": "5.3"