[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 3.3.0 / FirebaseABTesting.podspec.json
blobc36b914fda9c232434600b3b40fd2cdad70b194d
2   "name": "FirebaseABTesting",
3   "version": "3.3.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": "ABTesting-3.3.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "10.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
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": [
32     "FirebaseABTesting/Sources/Public/*.h",
33     "FirebaseABTesting/Sources/Protos/developers/mobile/abt/proto/*.h"
34   ],
35   "private_header_files": "FirebaseABTesting/Sources/Protos/developers/mobile/abt/proto/*.h",
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRABTesting_VERSION=3.3.0",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
40   },
41   "dependencies": {
42     "FirebaseCore": [
43       "~> 6.8"
44     ],
45     "Protobuf": [
46       "~> 3.9",
47       ">= 3.9.2"
48     ]
49   },
50   "testspecs": [
51     {
52       "name": "unit",
53       "test_type": "unit",
54       "source_files": "FirebaseABTesting/Tests/Unit/*.[mh]",
55       "requires_app_host": true,
56       "dependencies": {
57         "OCMock": [
59         ]
60       }
61     }
62   ]