[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / 9 / LayoutTestBase / 6.0.3 / LayoutTestBase.podspec.json
blob66cad9da6331a65d4e868d6489f39b35ae8deb3f
2   "name": "LayoutTestBase",
3   "version": "6.0.3",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://linkedin.github.io/LayoutTest-iOS",
8   "authors": "LinkedIn",
9   "summary": "Base library for LayoutTest without XCTest dependency. LayoutTest enables you to write unit tests which test the layout of views.",
10   "source": {
11     "git": "https://github.com/linkedin/LayoutTest-iOS.git",
12     "tag": "6.0.3"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": [
22     "Core",
23     "Autolayout",
24     "Catalog",
25     "Config",
26     "UIViewHelpers"
27   ],
28   "swift_versions": "5.0",
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": [
33         "LayoutTestBase/Swift/**/*",
34         "LayoutTestBase/LayoutTestBase.h"
35       ],
36       "dependencies": {
37         "LayoutTestBase/Core": [
39         ],
40         "LayoutTestBase/Autolayout": [
42         ],
43         "LayoutTestBase/Catalog": [
45         ],
46         "LayoutTestBase/Config": [
48         ],
49         "LayoutTestBase/UIViewHelpers": [
51         ]
52       },
53       "platforms": {
54         "ios": "8.0"
55       }
56     },
57     {
58       "name": "Core",
59       "source_files": "LayoutTestBase/Core/**/*",
60       "dependencies": {
61         "LayoutTestBase/Config": [
63         ]
64       }
65     },
66     {
67       "name": "Autolayout",
68       "source_files": "LayoutTestBase/Autolayout"
69     },
70     {
71       "name": "Catalog",
72       "source_files": "LayoutTestBase/Catalog",
73       "dependencies": {
74         "LayoutTestBase/Core": [
76         ]
77       }
78     },
79     {
80       "name": "Config",
81       "source_files": "LayoutTestBase/Config"
82     },
83     {
84       "name": "UIViewHelpers",
85       "source_files": "LayoutTestBase/UIViewHelpers",
86       "dependencies": {
87         "LayoutTestBase/Config": [
89         ]
90       }
91     }
92   ],
93   "swift_version": "5.0"