blob: 0337c67dbcd3f94cad7f60e89646dc6fe7e21111 [file] [log] [blame]
{
"name": "ValueTransformerKit",
"version": "0.0.1",
"summary": "A Swift library to play with ValueTransformer",
"description": "ValueTransformerKit define some useful protocols for `ValueTransformer`.\nCreate `ValueTransformer` using closure or protocol implementations.\nOr use one of the already implemented.",
"homepage": "https://github.com/phimage/ValueTransformerKit",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/phimage/ValueTransformerKit.git",
"tag": "0.0.1"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.1"
}