[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / f / 0 / LayoutTest / 5.0.2 / LayoutTest.podspec.json
blob56de4e5c5c23a962175e7a19c5246946a14c8bc6
2   "name": "LayoutTest",
3   "version": "5.0.2",
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": "5.0.2"
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           "5.0.2"
35         ],
36         "LayoutTestBase/Catalog": [
37           "5.0.2"
38         ],
39         "LayoutTestBase/Config": [
40           "5.0.2"
41         ],
42         "LayoutTestBase/Core": [
43           "5.0.2"
44         ],
45         "LayoutTestBase/UIViewHelpers": [
46           "5.0.2"
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           "5.0.2"
63         ]
64       }
65     }
66   ]