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