blob: c2587df91fba99f95db58d4fd67ddd1c78202156 [file] [log] [blame]
{
"name": "FirebaseAnalytics",
"version": "3.2.1",
"summary": "Firebase Analytics for iOS",
"description": "Firebase Analytics is a free, out-of-the-box analytics solution that inspires actionable insights based on app usage and user engagement.",
"homepage": "https://www.developers.google.com/ios",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Google"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://www.gstatic.com/cpdc/19ea27ff66cb0299/FirebaseAnalytics-3.2.1.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/FirebaseAnalytics.framework"
],
"frameworks": [
"AddressBook",
"AdSupport",
"SafariServices",
"StoreKit",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"dependencies": {
"FirebaseInstanceID": "~> 1.0",
"GoogleSymbolUtilities": "~> 1.1",
"GoogleUtilities": "~> 1.3",
"GoogleInterchangeUtilities": "~> 1.2"
}
}