| { |
| "name": "Lobster", |
| "version": "2.1", |
| "summary": "Type-safe Firebase-RemoteConfig helper library", |
| "homepage": "https://github.com/sgr-ksmt/Lobster", |
| "license": "MIT", |
| "authors": { |
| "Suguru Kishimoto": "melodydance.k.s@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sgr-ksmt/Lobster.git", |
| "tag": "2.1" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Sources/**/*", |
| "static_framework": true, |
| "swift_versions": "5.0", |
| "dependencies": { |
| "Firebase/RemoteConfig": [ |
| "~> 5.0" |
| ] |
| } |
| } |