[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / f / d / Lobster / 1.2 / Lobster.podspec.json
blob30b8d3c05dd0a165d97816fddfbe19b0ff45a3b5
2   "name": "Lobster",
3   "version": "1.2",
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.2"
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": [
22       "~> 5.0"
23     ]
24   }