blob: 110b5327b63ee39361878fdd152388c7a1f8b8ec [file] [log] [blame]
{
"name": "DwSampleFramework",
"version": "0.1.2",
"summary": "A short description of DwSampleFramework.",
"description": "A longer description than summary cause cocoapods says so.",
"homepage": "https://github.com/davidworsham/DwSampleFramework",
"license": "MIT",
"authors": {
"David Worsham": "github@theworshams.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/davidworsham/DwSampleFramework.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"Sources/**/*.swift"
],
"exclude_files": "Package.swift"
}