[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / d / c / 1 / FirebaseABTesting / 3.1.1 / FirebaseABTesting.podspec.json
bloba99299f3379a6cd1d133769c6b915046025963ae
2   "name": "FirebaseABTesting",
3   "version": "3.1.1",
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.1"
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.1",
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.8"
46     ]
47   },
48   "testspecs": [
49     {
50       "name": "unit",
51       "test_type": "unit",
52       "source_files": "FirebaseABTesting/Tests/Unit/*.[mh]",
53       "requires_app_host": true,
54       "dependencies": {
55         "OCMock": [
57         ]
58       }
59     }
60   ]