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