[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 9 / LayoutTestBase / 1.0.0-beta1 / LayoutTestBase.podspec.json
blobb198000eee5c4deac2fddce5cfba4108d6e74127
2   "name": "LayoutTestBase",
3   "version": "1.0.0-beta1",
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": "1.0.0-beta1"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": [
22     "Core",
23     "Autolayout",
24     "Catalog",
25     "Config",
26     "UIViewHelpers"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "LayoutTestBase/Core/**/*",
32       "dependencies": {
33         "LayoutTestBase/Config": [
35         ]
36       }
37     },
38     {
39       "name": "Autolayout",
40       "source_files": "LayoutTestBase/Autolayout"
41     },
42     {
43       "name": "Catalog",
44       "source_files": "LayoutTestBase/Catalog",
45       "dependencies": {
46         "LayoutTestBase/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Config",
53       "source_files": "LayoutTestBase/Config"
54     },
55     {
56       "name": "UIViewHelpers",
57       "source_files": "LayoutTestBase/UIViewHelpers",
58       "dependencies": {
59         "LayoutTestBase/Config": [
61         ]
62       }
63     }
64   ]