[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / 7 / FirebaseInstallations / 1.5.0 / FirebaseInstallations.podspec.json
blob968fdb39d556c9c193d611aa7bf7a0b146810865
2   "name": "FirebaseInstallations",
3   "version": "1.5.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.5.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     "GoogleUtilities/Environment/Private/*.h",
30     "GoogleUtilities/UserDefaults/Private/*.h"
31   ],
32   "public_header_files": [
33     "FirebaseInstallations/Source/Library/Public/*.h",
34     "FirebaseInstallations/Source/Library/Private/*.h"
35   ],
36   "private_header_files": "FirebaseInstallations/Source/Library/Private/*.h",
37   "frameworks": "Security",
38   "dependencies": {
39     "FirebaseCore": [
40       "~> 6.8"
41     ],
42     "PromisesObjC": [
43       "~> 1.2"
44     ],
45     "GoogleUtilities/Environment": [
46       "~> 6.7"
47     ],
48     "GoogleUtilities/UserDefaults": [
49       "~> 6.7"
50     ]
51   },
52   "pod_target_xcconfig": {
53     "GCC_C_LANGUAGE_STANDARD": "c99",
54     "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstallations_LIB_VERSION=1.5.0",
55     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
56   },
57   "testspecs": [
58     {
59       "name": "unit",
60       "test_type": "unit",
61       "platforms": {
62         "ios": "8.0",
63         "osx": "10.11",
64         "tvos": "10.0"
65       },
66       "source_files": [
67         "FirebaseInstallations/Source/Tests/Unit/**/*.[mh]",
68         "FirebaseInstallations/Source/Tests/Utils/**/*.[mh]"
69       ],
70       "resources": "FirebaseInstallations/Source/Tests/Fixture/**/*",
71       "requires_app_host": true,
72       "dependencies": {
73         "OCMock": [
75         ],
76         "FirebaseInstanceID": [
77           "~> 4.2.0"
78         ]
79       }
80     },
81     {
82       "name": "integration",
83       "test_type": "unit",
84       "platforms": {
85         "ios": "8.0",
86         "osx": "10.11",
87         "tvos": "10.0"
88       },
89       "source_files": "FirebaseInstallations/Source/Tests/Integration/**/*.[mh]",
90       "resources": "FirebaseInstallations/Source/Tests/Resources/**/*",
91       "requires_app_host": true,
92       "dependencies": {
93         "OCMock": [
95         ]
96       }
97     }
98   ]