| { | |
| "name": "Lobster", | |
| "version": "1.0", | |
| "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": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Sources/**/*", | |
| "static_framework": true, | |
| "dependencies": { | |
| "Firebase/RemoteConfig": [ | |
| ] | |
| } | |
| } |