[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 7.8.0 / FirebaseABTesting.podspec.json
blob1355be0785fd5526ce7f7cf2ea7212725d95b5e6
2   "name": "FirebaseABTesting",
3   "version": "7.8.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-7.8.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   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseABTesting/Sources/**/*.[mh]",
27     "Interop/Analytics/Public/*.h",
28     "FirebaseCore/Sources/Private/*.h"
29   ],
30   "requires_arc": "FirebaseABTesting/Sources/*.m",
31   "public_header_files": "FirebaseABTesting/Sources/Public/FirebaseABTesting/*.h",
32   "pod_target_xcconfig": {
33     "GCC_C_LANGUAGE_STANDARD": "c99",
34     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
35   },
36   "dependencies": {
37     "FirebaseCore": [
38       "~> 7.0"
39     ]
40   },
41   "testspecs": [
42     {
43       "name": "unit",
44       "test_type": "unit",
45       "scheme": {
46         "code_coverage": true
47       },
48       "platforms": {
49         "ios": "10.0",
50         "osx": "10.12",
51         "tvos": "10.0"
52       },
53       "source_files": "FirebaseABTesting/Tests/Unit/**/*.[mh]",
54       "resources": "FirebaseABTesting/Tests/Unit/Resources/*.txt",
55       "requires_app_host": true,
56       "dependencies": {
57         "OCMock": [
59         ]
60       }
61     }
62   ]