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