blob: 13cbb28327c7fb8e8c6f856fb3223f3432d2d0c8 [file] [log] [blame]
{
"name": "SourceModel",
"version": "1.1.0",
"summary": "SourceModel design pattern",
"description": "SourceModel is a design pattern framework that removes the boiler plate code from list view.",
"homepage": "https://github.com/stanwood/SourceModel_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanwood": "ios.frameworks@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/SourceModel_iOS.git",
"tag": "1.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"StanwoodCore": [
"1.6.0"
]
},
"source_files": [
"SourceModel/Core/**/*",
"SourceModel/Protocols/**/*"
],
"swift_version": "5.0"
}