[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / e / LassoTestUtilities / 1.0.2 / LassoTestUtilities.podspec.json
blobba1777ae191dcb4a9bb8af1918c11a2ac92d24ef
2   "name": "LassoTestUtilities",
3   "version": "1.0.2",
4   "summary": "Unit test support for the Lasso framework.",
5   "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.",
6   "homepage": "https://github.com/ww-tech/lasso",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steven Grosmark": "steven.grosmark@ww.com",
13     "Trevor Beasty": "trevor.beasty@ww.com"
14   },
15   "source": {
16     "git": "https://github.com/ww-tech/lasso.git",
17     "tag": "1.0.2"
18   },
19   "pod_target_xcconfig": {
20     "ENABLE_BITCODE": "NO"
21   },
22   "swift_versions": [
23     "4.2",
24     "5",
25     "5.1",
26     "5.2"
27   ],
28   "platforms": {
29     "ios": "10.0"
30   },
31   "frameworks": "XCTest",
32   "dependencies": {
33     "Lasso": [
35     ]
36   },
37   "source_files": "Sources/LassoTestUtilities/**/*",
38   "swift_version": "5.2"