blob: 6c56eb591f342bb4c7bb229cd88c136e6a0446b4 [file] [log] [blame]
{
"name": "ValidationNEL",
"version": "0.2.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.9",
"tvos": "9.1",
"watchos": "2.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Hxucaa/ValidationNEL.git",
"tag": "v0.2.0",
"submodules": true
},
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Swiftz": [
"~> 0.5.0"
]
}
}