[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 8 / f / 0 / LayoutTest / 4.0.1 / LayoutTest.podspec.json
blob06d4913221535533687ae84aae97d2ee757c83cf
2   "name": "LayoutTest",
3   "version": "4.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": "4.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "default_subspecs": "TestCase",
18   "dependencies": {
19     "LayoutTestBase": [
20       "4.0.0"
21     ]
22   },
23   "subspecs": [
24     {
25       "name": "Swift",
26       "dependencies": {
27         "LayoutTestBase/Core": [
29         ],
30         "LayoutTestBase/Autolayout": [
32         ],
33         "LayoutTestBase/Catalog": [
35         ],
36         "LayoutTest/TestCase": [
38         ],
39         "LayoutTestBase/Config": [
41         ],
42         "LayoutTestBase/UIViewHelpers": [
44         ],
45         "LayoutTest/SwiftSubspec": [
47         ]
48       }
49     },
50     {
51       "name": "TestCase",
52       "source_files": "LayoutTest/TestCase",
53       "dependencies": {
54         "LayoutTestBase/Core": [
56         ],
57         "LayoutTestBase/Config": [
59         ]
60       },
61       "frameworks": "XCTest"
62     },
63     {
64       "name": "SwiftSubspec",
65       "source_files": [
66         "LayoutTest/Swift",
67         "LayoutTest/LayoutTest.h"
68       ],
69       "dependencies": {
70         "LayoutTest/TestCase": [
72         ],
73         "LayoutTestBase/Swift": [
75         ]
76       }
77     }
78   ]