[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / 7 / FirebaseInstallations / 7.0.0 / FirebaseInstallations.podspec.json
blob8fd85432c1d2505b77cf124b0650d8dea3c981af
2   "name": "FirebaseInstallations",
3   "version": "7.0.0",
4   "summary": "Firebase Installations",
5   "description": "Firebase Installations.",
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": "CocoaPods-7.0.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseInstallations/Source/Library/**/*.[mh]",
27     "FirebaseCore/Sources/Private/*.h"
28   ],
29   "public_header_files": [
30     "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/*.h"
31   ],
32   "frameworks": "Security",
33   "dependencies": {
34     "FirebaseCore": [
35       "~> 7.0"
36     ],
37     "PromisesObjC": [
38       "~> 1.2"
39     ],
40     "GoogleUtilities/Environment": [
41       "~> 7.0"
42     ],
43     "GoogleUtilities/UserDefaults": [
44       "~> 7.0"
45     ]
46   },
47   "pod_target_xcconfig": {
48     "GCC_C_LANGUAGE_STANDARD": "c99",
49     "GCC_PREPROCESSOR_DEFINITIONS": "",
50     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
51   },
52   "testspecs": [
53     {
54       "name": "unit",
55       "test_type": "unit",
56       "platforms": {
57         "ios": "9.0",
58         "osx": "10.12",
59         "tvos": "10.0"
60       },
61       "source_files": [
62         "FirebaseInstallations/Source/Tests/Unit/*.[mh]",
63         "FirebaseInstallations/Source/Tests/Utils/*.[mh]"
64       ],
65       "resources": "FirebaseInstallations/Source/Tests/Fixture/**/*",
66       "requires_app_host": true,
67       "dependencies": {
68         "OCMock": [
70         ]
71       }
72     },
73     {
74       "name": "integration",
75       "test_type": "unit",
76       "platforms": {
77         "ios": "9.0",
78         "osx": "10.12",
79         "tvos": "10.0"
80       },
81       "source_files": "FirebaseInstallations/Source/Tests/Integration/**/*.[mh]",
82       "resources": "FirebaseInstallations/Source/Tests/Resources/**/*",
83       "requires_app_host": true,
84       "dependencies": {
85         "OCMock": [
87         ]
88       }
89     }
90   ]