[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / a / FirebaseRemoteConfig / 1.2.0 / FirebaseRemoteConfig.podspec.json
blob1db75529733fd9c5898eed54d11632e4eb3ae682
2   "name": "FirebaseRemoteConfig",
3   "version": "1.2.0",
4   "summary": "Firebase Remote Config for iOS",
5   "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.",
6   "homepage": "https://firebase.google.com/",
7   "license": {
8     "text": "Copyright 2016 Google",
9     "type": "Copyright"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "http": "https://www.gstatic.com/cpdc/6406af60a4e7b6e1/FirebaseRemoteConfig-1.2.0.tar.gz"
17   },
18   "vendored_frameworks": [
19     "Frameworks/frameworks/FirebaseRemoteConfig.framework"
20   ],
21   "preserve_paths": [
22     "CHANGELOG",
23     "README.md"
24   ],
25   "libraries": [
26     "sqlite3",
27     "z"
28   ],
29   "dependencies": {
30     "FirebaseAnalytics": "~> 3.3",
31     "FirebaseInstanceID": "~> 1.0",
32     "GoogleSymbolUtilities": "~> 1.1",
33     "GoogleUtilities": "~> 1.2",
34     "GoogleIPhoneUtilities": "~> 1.2",
35     "GoogleInterchangeUtilities": "~> 1.2"
36   }