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