blob: 1db75529733fd9c5898eed54d11632e4eb3ae682 [file] [log] [blame]
{
"name": "FirebaseRemoteConfig",
"version": "1.2.0",
"summary": "Firebase Remote Config for iOS",
"description": "Firebase Remote Config is a cloud service that lets you change the appearance and behavior of your app without requiring users to download an app update.",
"homepage": "https://firebase.google.com/",
"license": {
"text": "Copyright 2016 Google",
"type": "Copyright"
},
"authors": "Google, Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://www.gstatic.com/cpdc/6406af60a4e7b6e1/FirebaseRemoteConfig-1.2.0.tar.gz"
},
"vendored_frameworks": [
"Frameworks/frameworks/FirebaseRemoteConfig.framework"
],
"preserve_paths": [
"CHANGELOG",
"README.md"
],
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"FirebaseAnalytics": "~> 3.3",
"FirebaseInstanceID": "~> 1.0",
"GoogleSymbolUtilities": "~> 1.1",
"GoogleUtilities": "~> 1.2",
"GoogleIPhoneUtilities": "~> 1.2",
"GoogleInterchangeUtilities": "~> 1.2"
}
}