[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 6 / 0 / FirebaseInstanceID / 4.2.0 / FirebaseInstanceID.podspec.json
bloba8a7a0b0b7aac36e7188df88a75893ec96c6415c
2   "name": "FirebaseInstanceID",
3   "version": "4.2.0",
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.2.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   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": "Firebase/InstanceID/**/*.[mh]",
26   "requires_arc": "Firebase/InstanceID/*.m",
27   "public_header_files": [
28     "Firebase/InstanceID/Public/*.h",
29     "Firebase/InstanceID/Private/*.h"
30   ],
31   "private_header_files": "Firebase/InstanceID/Private/*.h",
32   "pod_target_xcconfig": {
33     "GCC_C_LANGUAGE_STANDARD": "c99",
34     "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstanceID_LIB_VERSION=4.2.0"
35   },
36   "frameworks": "Security",
37   "dependencies": {
38     "FirebaseCore": [
39       "~> 6.0"
40     ],
41     "GoogleUtilities/UserDefaults": [
42       "~> 6.0"
43     ],
44     "GoogleUtilities/Environment": [
45       "~> 6.0"
46     ]
47   },
48   "testspecs": [
49     {
50       "name": "unit",
51       "test_type": "unit",
52       "source_files": "Example/InstanceID/Tests/*.[mh]",
53       "requires_app_host": true,
54       "dependencies": {
55         "OCMock": [
57         ]
58       },
59       "pod_target_xcconfig": {
60         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
61         "OTHER_LDFLAGS": "-Xlinker -no_objc_category_merging",
62         "CLANG_ENABLE_OBJC_WEAK": "YES"
63       }
64     }
65   ]