blob: a44b9adf858696fa20e614e836756a35d79737ce [file] [log] [blame]
{
"name": "MetarouterAnalytics-Firebase",
"version": "2.7.1-beta",
"summary": "Firebase Integration for Metarouter's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Firebase integration for the iOS library.",
"homepage": "http://metarouter.io/",
"license": {
"type": "MIT"
},
"authors": {
"Metarouter": "info@metarouter.io"
},
"source": {
"git": "https://github.com/astronomer-integrations/analytics-ios-integration-firebase.git",
"tag": "2.7.1-beta"
},
"social_media_url": "https://twitter.com/metarouter",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Segment-Firebase/Classes/**/*",
"default_subspecs": "Core",
"static_framework": true,
"dependencies": {
"MetarouterAnalytics": [
"~> 3.8.0-beta.4"
],
"Firebase/Core": [
"~> 6.2"
],
"FirebaseAnalytics": [
"~> 6.1"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"subspecs": [
{
"name": "Core"
},
{
"name": "DynamicLinks",
"dependencies": {
"Firebase/DynamicLinks": [
]
}
}
]
}