blob: 4eab0698191b365b6e20ec06755e220ef74dbeb0 [file] [log] [blame]
{
"name": "Lobster",
"version": "1.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": "1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"static_framework": true,
"dependencies": {
"Firebase/RemoteConfig": [
]
}
}