[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / f / 0 / LayoutTest / 6.1.0 / LayoutTest.podspec.json
blobe027d032df7b3f0c8a5fff4cce935a8dfc42f643
2   "name": "LayoutTest",
3   "version": "6.1.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": "6.1.0"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "default_subspecs": "TestCase",
18   "swift_versions": "5.0",
19   "subspecs": [
20     {
21       "name": "Swift",
22       "dependencies": {
23         "LayoutTest/SwiftSubspec": [
25         ]
26       }
27     },
28     {
29       "name": "TestCase",
30       "source_files": "LayoutTest/TestCase",
31       "dependencies": {
32         "LayoutTestBase/Autolayout": [
34         ],
35         "LayoutTestBase/Catalog": [
37         ],
38         "LayoutTestBase/Config": [
40         ],
41         "LayoutTestBase/Core": [
43         ],
44         "LayoutTestBase/UIViewHelpers": [
46         ]
47       },
48       "frameworks": "XCTest"
49     },
50     {
51       "name": "SwiftSubspec",
52       "source_files": [
53         "LayoutTest/Swift",
54         "LayoutTest/LayoutTest.h"
55       ],
56       "dependencies": {
57         "LayoutTest/TestCase": [
59         ],
60         "LayoutTestBase/Swift": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"