blob: 9e10f3a0fc69d9fb3de46d3f3245965af2d0bff4 [file] [log] [blame]
{
"name": "Lobster",
"version": "2.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"static_framework": true,
"swift_versions": "5.0",
"dependencies": {
"Firebase/RemoteConfig": [
"~> 6.0"
]
},
"swift_version": "5.0"
}