[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 10.19.0 / FirebaseABTesting.podspec.json
blobc3e73974a274f874b71a87b70e91e5c23f5dab02
2   "name": "FirebaseABTesting",
3   "version": "10.19.0",
4   "summary": "Firebase ABTesting",
5   "description": "A/B testing is a Firebase service that lets you run experiments across users of\nyour mobile apps. It lets you learn how well one or more changes to\nyour app work with a smaller set of users before you roll out changes to all\nusers. You can run experiments to find the most effective ways to use\nFirebase Cloud Messaging and Firebase Remote Config in your app.",
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.19.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
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   "swift_versions": "5.3",
26   "source_files": [
27     "FirebaseABTesting/Sources/**/*.[mh]",
28     "Interop/Analytics/Public/*.h",
29     "FirebaseCore/Extension/*.h"
30   ],
31   "requires_arc": "FirebaseABTesting/Sources/*.m",
32   "public_header_files": "FirebaseABTesting/Sources/Public/FirebaseABTesting/*.h",
33   "pod_target_xcconfig": {
34     "GCC_C_LANGUAGE_STANDARD": "c99",
35     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
36   },
37   "dependencies": {
38     "FirebaseCore": [
39       "~> 10.0"
40     ]
41   },
42   "testspecs": [
43     {
44       "name": "unit",
45       "test_type": "unit",
46       "scheme": {
47         "code_coverage": true
48       },
49       "platforms": {
50         "ios": "11.0",
51         "osx": "10.15",
52         "tvos": "12.0"
53       },
54       "source_files": "FirebaseABTesting/Tests/Unit/**/*.[mh]",
55       "resources": "FirebaseABTesting/Tests/Unit/Resources/*.txt",
56       "requires_app_host": true,
57       "dependencies": {
58         "OCMock": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.3"