blob: 7daa999a7bdb83859a108cdccc5df64ee8196748 [file] [log] [blame]
{
"name": "Lasso",
"version": "1.0.0",
"summary": "iOS architectural pattern and framework.",
"description": "Lasso is an iOS application architecture for building discrete, composable and testable compenents both big and small - from single one-off screens, through complex flows, to high-level application structures.",
"homepage": "https://github.com/ww-tech/lasso",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Steven Grosmark": "steven.grosmark@ww.com",
"Trevor Beasty": "trevor.beasty@ww.com"
},
"source": {
"git": "https://github.com/ww-tech/lasso.git",
"tag": "1.0.0"
},
"swift_versions": [
"4.2",
"5",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/Lasso/**/*",
"swift_version": "5.1"
}