blob: 9297a0484301c4fdf9873297450ce7fe17508d71 [file] [log] [blame]
{
"name": "Segment-Firebase",
"version": "1.0.0-alpha",
"summary": "Firebase Integration for Segment'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://segment.com/",
"license": {
"type": "MIT"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/segment-integrations/analytics-ios-integration-firebase.git",
"tag": "1.0.0-alpha"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Segment-Firebase/Classes/**/*",
"default_subspecs": "Core",
"dependencies": {
"Analytics": [
"~> 3.2"
],
"Firebase/Core": [
"~> 3.3.0"
]
},
"subspecs": [
{
"name": "Core"
},
{
"name": "DynamicLinks",
"dependencies": {
"Firebase/DynamicLinks": [
"~> 3.3.0"
]
}
},
{
"name": "AppIndexing",
"dependencies": {
"Firebase/AppIndexing": [
"~> 3.3.0"
]
}
}
]
}