[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / f / d / Lobster / 1.1 / Lobster.podspec.json
blob4eab0698191b365b6e20ec06755e220ef74dbeb0
2   "name": "Lobster",
3   "version": "1.1",
4   "summary": "Type-safe Firebase-RemoteConfig helper library",
5   "homepage": "https://github.com/sgr-ksmt/Lobster",
6   "license": "MIT",
7   "authors": {
8     "Suguru Kishimoto": "melodydance.k.s@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sgr-ksmt/Lobster.git",
12     "tag": "1.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*",
19   "static_framework": true,
20   "dependencies": {
21     "Firebase/RemoteConfig": [
23     ]
24   }