[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / b / d / FirebaseRemoteConfigSwift / 10.0.0 / FirebaseRemoteConfigSwift.podspec.json
blob67d88c76b9502914d7a35c50cff6c123fd5191f0
2   "name": "FirebaseRemoteConfigSwift",
3   "version": "10.0.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.0.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       "resources": "FirebaseRemoteConfigSwift/Tests/Defaults-testInfo.plist",
54       "requires_app_host": true,
55       "pod_target_xcconfig": {
56         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfigSwift/Tests/ObjC/Bridging-Header.h",
57         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_REAL_CONSOLE",
58         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
59       },
60       "dependencies": {
61         "OCMock": [
63         ]
64       }
65     },
66     {
67       "name": "fake-console-tests",
68       "test_type": "unit",
69       "scheme": {
70         "code_coverage": true
71       },
72       "platforms": {
73         "ios": "11.0",
74         "osx": "10.13",
75         "tvos": "12.0"
76       },
77       "source_files": [
78         "FirebaseRemoteConfigSwift/Tests/SwiftAPI/*.swift",
79         "FirebaseRemoteConfigSwift/Tests/FakeUtils/*.swift",
80         "FirebaseRemoteConfigSwift/Tests/FakeConsole/*.swift",
81         "FirebaseRemoteConfigSwift/Tests/ObjC/*.[hm]"
82       ],
83       "resources": "FirebaseRemoteConfigSwift/Tests/Defaults-testInfo.plist",
84       "requires_app_host": true,
85       "pod_target_xcconfig": {
86         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfigSwift/Tests/ObjC/Bridging-Header.h",
87         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
88       },
89       "dependencies": {
90         "OCMock": [
92         ]
93       }
94     }
95   ],
96   "swift_version": "5.3"