blob: 0db4800da0e008a2c95e4f032c6116fbb0529d9c [file] [log] [blame]
{
"name": "LassoTestUtilities",
"version": "1.0.1",
"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.1"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"LD_VERIFY_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"
}