blob: 72272649b746d462f2e795b79038ac5dff5923d8 [file] [log] [blame]
{
"name": "FirebaseABTesting",
"version": "3.1.0",
"summary": "Firebase ABTesting for iOS",
"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.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "ABTesting-3.1.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "FirebaseABTesting/Sources/**/*.[mh]",
"requires_arc": "FirebaseABTesting/Sources/*.m",
"public_header_files": "FirebaseABTesting/Sources/Public/*.h",
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRABTesting_VERSION=3.1.0",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"dependencies": {
"FirebaseAnalyticsInterop": [
"~> 1.3"
],
"FirebaseCore": [
"~> 6.1"
],
"Protobuf": [
"~> 3.8"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseABTesting/Tests/Unit/*.[mh]",
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
}
}
]
}