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