[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 11.2.0 / FirebaseABTesting.podspec.json
blobc7d8f1b196b66224505afebed7e24c79b3a70756
2   "name": "FirebaseABTesting",
3   "version": "11.2.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-11.2.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "7.0"
22   },
23   "cocoapods_version": ">= 1.12.0",
24   "prefix_header_file": false,
25   "swift_versions": "5.9",
26   "source_files": [
27     "FirebaseABTesting/Sources/**/*.[mh]",
28     "Interop/Analytics/Public/*.h",
29     "FirebaseCore/Extension/*.h"
30   ],
31   "resource_bundles": {
32     "FirebaseABTesting_Privacy": "FirebaseABTesting/Sources/Resources/PrivacyInfo.xcprivacy"
33   },
34   "requires_arc": "FirebaseABTesting/Sources/*.m",
35   "public_header_files": "FirebaseABTesting/Sources/Public/FirebaseABTesting/*.h",
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
39   },
40   "dependencies": {
41     "FirebaseCore": [
42       "~> 11.0"
43     ]
44   },
45   "testspecs": [
46     {
47       "name": "unit",
48       "test_type": "unit",
49       "scheme": {
50         "code_coverage": true
51       },
52       "platforms": {
53         "ios": "13.0",
54         "osx": "10.15",
55         "tvos": "13.0"
56       },
57       "source_files": "FirebaseABTesting/Tests/Unit/**/*.[mh]",
58       "resources": "FirebaseABTesting/Tests/Unit/Resources/*.txt",
59       "requires_app_host": true,
60       "dependencies": {
61         "OCMock": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.9"