blob: 7fc0a0bdb49c6f692e1955c907a78625564f6170 [file] [log] [blame]
{
"name": "ADLayoutTest",
"version": "0.1.0",
"summary": "Random layout tests.",
"homepage": "https://github.com/applidium/ADLayoutTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Pierre Felgines",
"source": {
"git": "https://github.com/applidium/ADLayoutTest.git",
"tag": "v0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "ADLayoutTest/Classes/**/*",
"frameworks": [
"UIKit",
"XCTest"
],
"dependencies": {
"ADAssertLayout": [
"~> 0.1"
],
"SwiftCheck": [
"~> 0.12"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}