[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / f / 0 / LayoutTest / 4.0.0 / LayoutTest.podspec.json
blob6b6d4029b52ae4dba1f40511d66605e0ee016a56
2   "name": "LayoutTest",
3   "version": "4.0.0",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://linkedin.github.io/LayoutTest-iOS",
8   "authors": "LinkedIn",
9   "summary": "LayoutTest enables you to write unit tests which test the layout of a view in multiple configurations.",
10   "source": {
11     "git": "https://github.com/linkedin/LayoutTest-iOS.git",
12     "tag": "4.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "default_subspecs": "TestCase",
18   "dependencies": {
19     "LayoutTestBase": [
20       "4.0.0"
21     ]
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Swift",
27       "dependencies": {
28         "LayoutTestBase/Core": [
30         ],
31         "LayoutTestBase/Autolayout": [
33         ],
34         "LayoutTestBase/Catalog": [
36         ],
37         "LayoutTest/TestCase": [
39         ],
40         "LayoutTestBase/Config": [
42         ],
43         "LayoutTestBase/UIViewHelpers": [
45         ],
46         "LayoutTest/SwiftSubspec": [
48         ]
49       }
50     },
51     {
52       "name": "TestCase",
53       "source_files": "LayoutTest/TestCase",
54       "dependencies": {
55         "LayoutTestBase/Core": [
57         ],
58         "LayoutTestBase/Config": [
60         ]
61       },
62       "frameworks": "XCTest"
63     },
64     {
65       "name": "SwiftSubspec",
66       "source_files": [
67         "LayoutTest/Swift",
68         "LayoutTest/LayoutTest.h"
69       ],
70       "dependencies": {
71         "LayoutTest/TestCase": [
73         ],
74         "LayoutTestBase/Swift": [
76         ]
77       }
78     }
79   ]