[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / f / d / Lobster / 2.1 / Lobster.podspec.json
blobdd737ef53d9fdaf1ecde817ca148de8d6b2be7be
2   "name": "Lobster",
3   "version": "2.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": "2.1"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*",
19   "static_framework": true,
20   "swift_versions": "5.0",
21   "dependencies": {
22     "Firebase/RemoteConfig": [
23       "~> 5.0"
24     ]
25   }