[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 7.5.0 / FirebaseABTesting.podspec.json
blobc40e78457d4cbf03b3b53ea5cd9ac8ec04ec55e4
2   "name": "FirebaseABTesting",
3   "version": "7.5.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.5.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       "scheme": {
45         "code_coverage": true
46       },
47       "source_files": "FirebaseABTesting/Tests/Unit/**/*.[mh]",
48       "resources": "FirebaseABTesting/Tests/Unit/Resources/*.txt",
49       "requires_app_host": true,
50       "dependencies": {
51         "OCMock": [
53         ]
54       }
55     }
56   ]