[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / b / d / FirebaseRemoteConfigSwift / 10.5.0 / FirebaseRemoteConfigSwift.podspec.json
blobed3a78f1cbe9300e465c86801d45d012f0dff523
2   "name": "FirebaseRemoteConfigSwift",
3   "version": "10.5.0",
4   "summary": "Swift Extensions for Firebase Remote Config",
5   "description": "Firebase Remote Config is a cloud service that lets you change the\nappearance and behavior of your app without requiring users to download an\napp update.",
6   "homepage": "https://developers.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.5.0"
15   },
16   "swift_versions": "5.3",
17   "platforms": {
18     "ios": "11.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseRemoteConfigSwift/Sources/**/*.swift"
27   ],
28   "dependencies": {
29     "FirebaseRemoteConfig": [
30       "~> 10.0"
31     ],
32     "FirebaseSharedSwift": [
33       "~> 10.0"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "swift-api-tests",
39       "test_type": "unit",
40       "scheme": {
41         "code_coverage": true
42       },
43       "platforms": {
44         "ios": "11.0",
45         "osx": "10.13",
46         "tvos": "12.0"
47       },
48       "source_files": [
49         "FirebaseRemoteConfigSwift/Tests/SwiftAPI/*.swift",
50         "FirebaseRemoteConfigSwift/Tests/FakeUtils/*.swift",
51         "FirebaseRemoteConfigSwift/Tests/ObjC/*.[hm]"
52       ],
53       "exclude_files": [
54         "FirebaseRemoteConfigSwift/Tests/SwiftAPI/PropertyWrapperTests.swift"
55       ],
56       "resources": "FirebaseRemoteConfigSwift/Tests/Defaults-testInfo.plist",
57       "requires_app_host": true,
58       "pod_target_xcconfig": {
59         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfigSwift/Tests/ObjC/Bridging-Header.h",
60         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_REAL_CONSOLE",
61         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
62       },
63       "dependencies": {
64         "OCMock": [
66         ]
67       }
68     },
69     {
70       "name": "fake-console-tests",
71       "test_type": "unit",
72       "scheme": {
73         "code_coverage": true
74       },
75       "platforms": {
76         "ios": "11.0",
77         "osx": "10.13",
78         "tvos": "12.0"
79       },
80       "source_files": [
81         "FirebaseRemoteConfigSwift/Tests/SwiftAPI/*.swift",
82         "FirebaseRemoteConfigSwift/Tests/FakeUtils/*.swift",
83         "FirebaseRemoteConfigSwift/Tests/FakeConsole/*.swift",
84         "FirebaseRemoteConfigSwift/Tests/ObjC/*.[hm]"
85       ],
86       "resources": "FirebaseRemoteConfigSwift/Tests/Defaults-testInfo.plist",
87       "requires_app_host": true,
88       "pod_target_xcconfig": {
89         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfigSwift/Tests/ObjC/Bridging-Header.h",
90         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
91       },
92       "dependencies": {
93         "OCMock": [
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.3"