blob: 66befacb8dcb8340bd90879f0df47efc80fc111b [file] [log] [blame]
{
"name": "ValidationNEL",
"version": "0.5.0",
"summary": "A Swift implementation of ValidationNEL: accumulating more than one failure.",
"homepage": "https://github.com/Hxucaa/ValidationNEL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lance Zhu": "lancezhu77@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.1",
"watchos": "2.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Hxucaa/ValidationNEL.git",
"tag": "v0.5.0",
"submodules": true
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swiftz": [
"~> 0.5.0"
]
}
}