blob: 41df537048e9e1268932055cde67f1c700778484 [file] [log] [blame]
{
"name": "ValidationNEL",
"version": "0.3.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.3.0",
"submodules": true
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swiftz": [
"~> 0.5.0"
]
}
}