blob: d49635fa273f73a9dfda08bb74cb950c30c8111d [file] [log] [blame]
{
"name": "SourceModel",
"version": "0.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": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"StanwoodCore": [
"~> 1.5"
]
},
"source_files": [
"SourceModel/Core/**/*",
"SourceModel/Protocols/**/*"
],
"swift_version": "5.0"
}