[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / e / b / 9 / RemoteConfigRxWrapper / 0.2.0 / RemoteConfigRxWrapper.podspec.json
blob182558a7c16c296b0e874fa09e0df3217d302ae0
2   "name": "RemoteConfigRxWrapper",
3   "version": "0.2.0",
4   "summary": "Rx wrapper around Firebase Remoteconfig.",
5   "description": "Rx wrapper around Firebase Remoteconifg.\nBuilt to get values as observables and update them automatically.",
6   "homepage": "https://github.com/markusmattfolkstenberg/RemoteConfigRxWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Mattfolk Stenberg": "markusstenberg@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/markusmattfolkstenberg/RemoteConfigRxWrapper.git",
16     "tag": "0.2.0"
17   },
18   "static_framework": true,
19   "cocoapods_version": ">= 1.5.3",
20   "swift_version": "4.0",
21   "platforms": {
22     "ios": "10.3"
23   },
24   "dependencies": {
25     "RxSwift": [
26       "~> 4"
27     ],
28     "FirebaseRemoteConfig": [
29       "~> 3.0.1"
30     ]
31   },
32   "source_files": "RemoteConfigRxWrapper/Classes/**/*"