blob: 2c2b84c0c987f8b251d651acdc87cc8b2ae09642 [file] [log] [blame]
{
"name": "Adapt",
"version": "0.0.4",
"summary": "A flexible, app-based forum solution.",
"description": "This library helps you build a forum-like network in an app.",
"homepage": "https://github.com/dylanreich/Adapt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan Reich": "dylan@dylanreich.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/dylanreich/Adapt.git",
"tag": "0.0.4"
},
"source_files": "Adapt/**/*.{h,m,swift}",
"dependencies": {
"Disk": [
"~> 0.6.4"
]
},
"swift_version": "5.1"
}