[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 6 / 0 / FirebaseInstanceID / 7.10.0 / FirebaseInstanceID.podspec.json
blob74d57d43512800ac1d67688b9dbb35fab9204fe1
2   "name": "FirebaseInstanceID",
3   "version": "7.10.0",
4   "summary": "Firebase InstanceID",
5   "description": "Instance ID provides a unique ID per instance of your iOS apps. In addition to providing\nunique IDs for authentication, Instance ID can generate security tokens for use with other\nservices.",
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.10.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.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     "Firebase/InstanceID/**/*.[mh]",
27     "FirebaseCore/Sources/Private/*.h",
28     "FirebaseInstallations/Source/Library/Private/*.h"
29   ],
30   "requires_arc": "Firebase/InstanceID/*.m",
31   "public_header_files": "Firebase/InstanceID/Public/*.h",
32   "pod_target_xcconfig": {
33     "GCC_C_LANGUAGE_STANDARD": "c99",
34     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
35   },
36   "frameworks": "Security",
37   "dependencies": {
38     "FirebaseCore": [
39       "~> 7.0"
40     ],
41     "FirebaseInstallations": [
42       "~> 7.0"
43     ],
44     "GoogleUtilities/UserDefaults": [
45       "~> 7.0"
46     ],
47     "GoogleUtilities/Environment": [
48       "~> 7.0"
49     ]
50   },
51   "testspecs": [
52     {
53       "name": "unit",
54       "test_type": "unit",
55       "scheme": {
56         "code_coverage": true
57       },
58       "platforms": {
59         "ios": "10.0",
60         "osx": "10.12",
61         "tvos": "10.0"
62       },
63       "source_files": "Example/InstanceID/Tests/*.[mh]",
64       "requires_app_host": true,
65       "dependencies": {
66         "OCMock": [
68         ]
69       },
70       "pod_target_xcconfig": {
71         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
72         "OTHER_LDFLAGS": "-Xlinker -no_objc_category_merging",
73         "CLANG_ENABLE_OBJC_WEAK": "YES"
74       }
75     },
76     {
77       "name": "integration",
78       "test_type": "unit",
79       "scheme": {
80         "code_coverage": true
81       },
82       "platforms": {
83         "ios": "10.0",
84         "osx": "10.12",
85         "tvos": "10.0"
86       },
87       "source_files": "Example/InstanceID/IntegrationTests/*.[mh]",
88       "resources": "Example/InstanceID/Resources/**/*",
89       "requires_app_host": true
90     }
91   ]