[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 0 / FirebaseInstanceID / 4.3.2 / FirebaseInstanceID.podspec.json
blob08b9e96e5e078710f17930c12ed801bb07ba465f
2   "name": "FirebaseInstanceID",
3   "version": "4.3.2",
4   "summary": "Firebase InstanceID for iOS",
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": "InstanceID-4.3.2"
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": "Firebase/InstanceID/**/*.[mh]",
27   "requires_arc": "Firebase/InstanceID/*.m",
28   "public_header_files": [
29     "Firebase/InstanceID/Public/*.h",
30     "Firebase/InstanceID/Private/*.h"
31   ],
32   "private_header_files": "Firebase/InstanceID/Private/*.h",
33   "pod_target_xcconfig": {
34     "GCC_C_LANGUAGE_STANDARD": "c99",
35     "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstanceID_LIB_VERSION=4.3.2"
36   },
37   "frameworks": "Security",
38   "dependencies": {
39     "FirebaseCore": [
40       "~> 6.6"
41     ],
42     "FirebaseInstallations": [
43       "~> 1.0"
44     ],
45     "GoogleUtilities/UserDefaults": [
46       "~> 6.5"
47     ],
48     "GoogleUtilities/Environment": [
49       "~> 6.5"
50     ]
51   },
52   "testspecs": [
53     {
54       "name": "unit",
55       "test_type": "unit",
56       "platforms": {
57         "ios": "8.0",
58         "osx": "10.11",
59         "tvos": "10.0"
60       },
61       "source_files": "Example/InstanceID/Tests/*.[mh]",
62       "requires_app_host": true,
63       "dependencies": {
64         "OCMock": [
66         ]
67       },
68       "pod_target_xcconfig": {
69         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
70         "OTHER_LDFLAGS": "-Xlinker -no_objc_category_merging",
71         "CLANG_ENABLE_OBJC_WEAK": "YES"
72       }
73     },
74     {
75       "name": "integration",
76       "test_type": "unit",
77       "platforms": {
78         "ios": "8.0",
79         "osx": "10.11",
80         "tvos": "10.0"
81       },
82       "source_files": "Example/InstanceID/IntegrationTests/*.[mh]",
83       "resources": "Example/InstanceID/Resources/**/*",
84       "requires_app_host": true
85     }
86   ]