blob: 507c4dfb0a974ad02b487ad884719729830a73d2 [file] [log] [blame]
{
"name": "Lobster",
"version": "3.0.0",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"summary": "The Type-safe Firebase-RemoteConfig helper library",
"homepage": "https://github.com/sgr-ksmt/Lobster",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sgr-ksmt/Lobster.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/RemoteConfig": [
"~> 6.29"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift"
},
{
"name": "Combine",
"dependencies": {
"Lobster/Core": [
]
},
"source_files": "Sources/Combine/**/*.swift",
"platforms": {
"ios": "13.0"
},
"ios": {
"frameworks": "Combine"
}
}
],
"swift_version": "5.0"
}