blob: c6de928bcfc0c87980cd1575fde1b2b013982448 [file] [log] [blame]
{
"name": "LayoutTest",
"version": "5.0.4",
"license": {
"type": "Apache License, Version 2.0"
},
"homepage": "https://linkedin.github.io/LayoutTest-iOS",
"authors": "LinkedIn",
"summary": "LayoutTest enables you to write unit tests which test the layout of a view in multiple configurations.",
"source": {
"git": "https://github.com/linkedin/LayoutTest-iOS.git",
"tag": "5.0.4"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "TestCase",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Swift",
"dependencies": {
"LayoutTest/SwiftSubspec": [
]
}
},
{
"name": "TestCase",
"source_files": "LayoutTest/TestCase",
"dependencies": {
"LayoutTestBase/Autolayout": [
"5.0.4"
],
"LayoutTestBase/Catalog": [
"5.0.4"
],
"LayoutTestBase/Config": [
"5.0.4"
],
"LayoutTestBase/Core": [
"5.0.4"
],
"LayoutTestBase/UIViewHelpers": [
"5.0.4"
]
},
"frameworks": "XCTest"
},
{
"name": "SwiftSubspec",
"source_files": [
"LayoutTest/Swift",
"LayoutTest/LayoutTest.h"
],
"dependencies": {
"LayoutTest/TestCase": [
],
"LayoutTestBase/Swift": [
"5.0.4"
]
}
}
]
}