blob: 44e05a31fddbf42e45690039cbfda298c38388fa [file] [log] [blame]
{
"name": "SourceModel",
"version": "1.3",
"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.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": [
"SourceModel/Core/**/*",
"SourceModel/Protocols/**/*"
],
"swift_version": "5.0"
}