[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / 5 / CwlViewsTesting / 0.1.0 / CwlViewsTesting.podspec.json
blob66d5c0f2aad6b358b2a984b1865e9dddfed2838c
2   "name": "CwlViewsTesting",
3   "version": "0.1.0",
4   "summary": "A parser/decomposer for CwlViews to enable testing.",
5   "description": "A support library for CwlViews to allow the decomposition of view binders for testing.",
6   "homepage": "https://github.com/mattgallagher/CwlViews",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Matt Gallagher",
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.13"
16   },
17   "dependencies": {
18     "CwlUtils": [
19       "~> 2.2.0"
20     ],
21     "CwlSignal": [
22       "~> 2.2.0"
23     ],
24     "CwlViews": [
25       "~> 0.1.0"
26     ]
27   },
28   "source": {
29     "git": "https://github.com/mattgallagher/CwlViews.git",
30     "tag": "0.1.0"
31   },
32   "source_files": "Sources/CwlViewsTesting/**/*.{swift,h}"