[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 3.1.2 / FirebaseABTesting.podspec.json
blob90a7863de9b394c5322202c09063a8e1116665f5
2   "name": "FirebaseABTesting",
3   "version": "3.1.2",
4   "summary": "Firebase ABTesting for iOS",
5   "description": "A/B testing is a Firebase service that lets you run experiments across users of\nyour iOS and Android 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.1.2"
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": "FirebaseABTesting/Sources/**/*.[mh]",
26   "requires_arc": "FirebaseABTesting/Sources/*.m",
27   "public_header_files": [
28     "FirebaseABTesting/Sources/Public/*.h",
29     "FirebaseABTesting/Sources/Protos/developers/mobile/abt/proto/*.h"
30   ],
31   "private_header_files": "FirebaseABTesting/Sources/Protos/developers/mobile/abt/proto/*.h",
32   "pod_target_xcconfig": {
33     "GCC_C_LANGUAGE_STANDARD": "c99",
34     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRABTesting_VERSION=3.1.2",
35     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
36   },
37   "dependencies": {
38     "FirebaseAnalyticsInterop": [
39       "~> 1.3"
40     ],
41     "FirebaseCore": [
42       "~> 6.1"
43     ],
44     "Protobuf": [
45       "~> 3.9",
46       ">= 3.9.2"
47     ]
48   },
49   "testspecs": [
50     {
51       "name": "unit",
52       "test_type": "unit",
53       "source_files": "FirebaseABTesting/Tests/Unit/*.[mh]",
54       "requires_app_host": true,
55       "dependencies": {
56         "OCMock": [
58         ]
59       }
60     }
61   ]