[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 3 / e / LassoTestUtilities / 1.0.1 / LassoTestUtilities.podspec.json
blob0db4800da0e008a2c95e4f032c6116fbb0529d9c
2   "name": "LassoTestUtilities",
3   "version": "1.0.1",
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.1"
18   },
19   "pod_target_xcconfig": {
20     "ENABLE_BITCODE": "NO",
21     "LD_VERIFY_BITCODE": "NO"
22   },
23   "swift_versions": [
24     "4.2",
25     "5",
26     "5.1",
27     "5.2"
28   ],
29   "platforms": {
30     "ios": "10.0"
31   },
32   "frameworks": "XCTest",
33   "dependencies": {
34     "Lasso": [
36     ]
37   },
38   "source_files": "Sources/LassoTestUtilities/**/*",
39   "swift_version": "5.2"