[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 6 / 0 / FirebaseInstanceID / 4.5.1 / FirebaseInstanceID.podspec.json
blob6900cc2414ee97b04e2882ab1783cc53f2e6cd04
2   "name": "FirebaseInstanceID",
3   "version": "4.5.1",
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": "InstanceID-4.5.1"
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     "Firebase/InstanceID/**/*.[mh]",
28     "FirebaseCore/Sources/Private/*.h",
29     "FirebaseInstallations/Source/Library/Private/*.h",
30     "GoogleUtilities/Environment/Private/*.h",
31     "GoogleUtilities/UserDefaults/Private/*.h"
32   ],
33   "requires_arc": "Firebase/InstanceID/*.m",
34   "public_header_files": [
35     "Firebase/InstanceID/Public/*.h",
36     "Firebase/InstanceID/Private/*.h"
37   ],
38   "private_header_files": "Firebase/InstanceID/Private/*.h",
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstanceID_LIB_VERSION=4.5.1",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "frameworks": "Security",
45   "dependencies": {
46     "FirebaseCore": [
47       "~> 6.8"
48     ],
49     "FirebaseInstallations": [
50       "~> 1.0"
51     ],
52     "GoogleUtilities/UserDefaults": [
53       "~> 6.7"
54     ],
55     "GoogleUtilities/Environment": [
56       "~> 6.7"
57     ]
58   },
59   "testspecs": [
60     {
61       "name": "unit",
62       "test_type": "unit",
63       "platforms": {
64         "ios": "8.0",
65         "osx": "10.11",
66         "tvos": "10.0"
67       },
68       "source_files": "Example/InstanceID/Tests/*.[mh]",
69       "requires_app_host": true,
70       "dependencies": {
71         "OCMock": [
73         ]
74       },
75       "pod_target_xcconfig": {
76         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
77         "OTHER_LDFLAGS": "-Xlinker -no_objc_category_merging",
78         "CLANG_ENABLE_OBJC_WEAK": "YES"
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": "Example/InstanceID/IntegrationTests/*.[mh]",
90       "resources": "Example/InstanceID/Resources/**/*",
91       "requires_app_host": true
92     }
93   ]