[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 0 / FirebaseInstanceID / 4.1.1 / FirebaseInstanceID.podspec.json
blobe75e1a34b78d3a6af33fd296014a850586e5f05d
2   "name": "FirebaseInstanceID",
3   "version": "4.1.1",
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.1.1"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": "Firebase/InstanceID/**/*.[mh]",
25   "requires_arc": "Firebase/InstanceID/*.m",
26   "public_header_files": [
27     "Firebase/InstanceID/Public/*.h",
28     "Firebase/InstanceID/Private/*.h"
29   ],
30   "private_header_files": "Firebase/InstanceID/Private/*.h",
31   "pod_target_xcconfig": {
32     "GCC_C_LANGUAGE_STANDARD": "c99",
33     "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstanceID_LIB_VERSION=4.1.1"
34   },
35   "frameworks": "Security",
36   "dependencies": {
37     "FirebaseCore": [
38       "~> 6.0"
39     ],
40     "GoogleUtilities/UserDefaults": [
41       "~> 6.0"
42     ],
43     "GoogleUtilities/Environment": [
44       "~> 6.0"
45     ]
46   },
47   "testspecs": [
48     {
49       "name": "unit",
50       "test_type": "unit",
51       "source_files": "Example/InstanceID/Tests/*.[mh]",
52       "requires_app_host": true,
53       "dependencies": {
54         "OCMock": [
56         ]
57       },
58       "pod_target_xcconfig": {
59         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60         "OTHER_LDFLAGS": "-Xlinker -no_objc_category_merging"
61       }
62     }
63   ]