[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / FirebaseStorageInternal / 9.1.0 / FirebaseStorageInternal.podspec.json
blob69091b39864ef3c4f5cbe1327f1fc0ebef9a3a00
2   "name": "FirebaseStorageInternal",
3   "version": "9.1.0",
4   "summary": "Firebase Storage",
5   "description": "Objective-C Implementations for FirebaseStorage. This pod should not be directly imported.",
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-9.1.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "swift_versions": "5.3",
24   "cocoapods_version": ">= 1.4.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseStorageInternal/Sources/**/*.[mh]",
28     "FirebaseAppCheck/Interop/*.h",
29     "FirebaseAuth/Interop/*.h",
30     "FirebaseCore/Sources/Private/*.h",
31     "FirebaseCore/Extension/*.h"
32   ],
33   "public_header_files": "FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/*.h",
34   "osx": {
35     "frameworks": "CoreServices"
36   },
37   "dependencies": {
38     "FirebaseCore": [
39       "~> 9.0"
40     ],
41     "GTMSessionFetcher/Core": [
42       ">= 1.7",
43       "< 3.0"
44     ]
45   },
46   "pod_target_xcconfig": {
47     "GCC_C_LANGUAGE_STANDARD": "c99",
48     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
49   },
50   "testspecs": [
51     {
52       "name": "unit",
53       "test_type": "unit",
54       "scheme": {
55         "code_coverage": true
56       },
57       "platforms": {
58         "ios": "10.0",
59         "osx": "10.12",
60         "tvos": "10.0",
61         "watchos": "6.0"
62       },
63       "source_files": [
64         "FirebaseStorageInternal/Tests/Unit/*.[mh]",
65         "SharedTestUtilities/FIRComponentTestUtilities.*",
66         "SharedTestUtilities/FIRAuthInteropFake.*",
67         "SharedTestUtilities/AppCheckFake/*.[mh]"
68       ],
69       "dependencies": {
70         "OCMock": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.3"