| { |
| "name": "Lobster", |
| "version": "3.1.0", |
| "authors": { |
| "Suguru Kishimoto": "melodydance.k.s@gmail.com" |
| }, |
| "summary": "The Type-safe Firebase-RemoteConfig helper library", |
| "homepage": "https://github.com/sgr-ksmt/Lobster", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/sgr-ksmt/Lobster.git", |
| "tag": "3.1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": [ |
| "4.2", |
| "5.0" |
| ], |
| "requires_arc": true, |
| "static_framework": true, |
| "dependencies": { |
| "Firebase/RemoteConfig": [ |
| "~> 6.29" |
| ] |
| }, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/Core/**/*.swift" |
| }, |
| { |
| "name": "Combine", |
| "dependencies": { |
| "Lobster/Core": [ |
| |
| ] |
| }, |
| "source_files": "Sources/Combine/**/*.swift", |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "ios": { |
| "frameworks": "Combine" |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |