[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / f / 0 / LayoutTest / 6.0.4 / LayoutTest.podspec.json
blob810a61eda22033793a185f7cd3eabcd65f8c46c6
2   "name": "LayoutTest",
3   "version": "6.0.4",
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.4"
13   },
14   "platforms": {
15     "ios": "7.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": [
33           "6.0.4"
34         ],
35         "LayoutTestBase/Catalog": [
36           "6.0.4"
37         ],
38         "LayoutTestBase/Config": [
39           "6.0.4"
40         ],
41         "LayoutTestBase/Core": [
42           "6.0.4"
43         ],
44         "LayoutTestBase/UIViewHelpers": [
45           "6.0.4"
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": [
61           "6.0.4"
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"