blob: dd737ef53d9fdaf1ecde817ca148de8d6b2be7be [file] [log] [blame]
{
"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"
]
}
}