blob: 676d1206130f497dc3d1c77e45d20678d10f82a8 [file] [log] [blame]
{
"name": "SwiftDecodePipeline",
"version": "0.0.3",
"summary": "A library for building JSON decoders using the pipeline (|>) operator and plain function calls.",
"description": "A library for building JSON decoders using the pipeline (|>) operator and plain function calls. Inspired by elm-decode-pipeline.",
"homepage": "https://github.com/hecrj/SwiftDecodePipeline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Héctor Ramón Jiménez": "hector0193@gmail.com"
},
"source": {
"git": "https://github.com/hecrj/SwiftDecodePipeline.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/hecrj",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDecodePipeline/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 3.0"
],
"Curry": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}