[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / b / 3 / e / LassoTestUtilities / 1.6.0 / LassoTestUtilities.podspec.json
blob0c0131aeafd4a7fb3334ba49bbb8a8b0023a4fa6
2   "name": "LassoTestUtilities",
3   "version": "1.6.0",
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.6.0"
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     "5.3",
28     "5.4",
29     "5.5",
30     "5.6",
31     "5.7",
32     "5.8",
33     "5.9",
34     "5.10"
35   ],
36   "platforms": {
37     "ios": "13.0"
38   },
39   "frameworks": "XCTest",
40   "dependencies": {
41     "Lasso": [
43     ]
44   },
45   "source_files": "Sources/LassoTestUtilities/**/*",
46   "swift_version": "5.10"