[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / e / 9 / 8 / FirebaseAppCheckInterop / 10.28.0 / FirebaseAppCheckInterop.podspec.json
blob04d04bfcc618c016d8ea3fd1fbf26d443ee5148d
2   "name": "FirebaseAppCheckInterop",
3   "version": "10.28.0",
4   "summary": "Interfaces that allow other Firebase SDKs to use AppCheck functionality.",
5   "description": "Not for public use.\nA set of protocols that other Firebase SDKs can use to interoperate with FirebaseAppCheck in a safe\nand reliable manner.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.28.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "6.0"
22   },
23   "source_files": "FirebaseAppCheck/Interop/**/*.[hm]",
24   "public_header_files": "FirebaseAppCheck/Interop/Public/FirebaseAppCheckInterop/*.h",
25   "testspecs": [
26     {
27       "name": "objc-unit",
28       "test_type": "unit",
29       "platforms": {
30         "ios": "10.0",
31         "osx": "10.13",
32         "tvos": "12.0"
33       },
34       "source_files": [
35         "FirebaseAppCheck/Tests/Interop/ObjC/**/*.[hm]"
36       ]
37     },
38     {
39       "name": "swift-unit",
40       "test_type": "unit",
41       "platforms": {
42         "ios": "10.0",
43         "osx": "10.13",
44         "tvos": "12.0"
45       },
46       "source_files": [
47         "FirebaseAppCheck/Tests/Interop/Swift/**/*.swift"
48       ]
49     }
50   ]