blob: ba1777ae191dcb4a9bb8af1918c11a2ac92d24ef [file] [log] [blame]
{
"name": "LassoTestUtilities",
"version": "1.0.2",
"summary": "Unit test support for the Lasso 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.2"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_versions": [
"4.2",
"5",
"5.1",
"5.2"
],
"platforms": {
"ios": "10.0"
},
"frameworks": "XCTest",
"dependencies": {
"Lasso": [
]
},
"source_files": "Sources/LassoTestUtilities/**/*",
"swift_version": "5.2"
}