blob: bfe205631d968a0a6daf5a1791df18787a7298bb [file] [log] [blame]
{
"name": "JSONyCodable",
"homepage": "https://github.com/Machipla/JSONyCodable",
"version": "0.0.1",
"platforms": {
"ios": "9.0"
},
"authors": "Mario Chinchilla",
"summary": "Making easier the decoding/encoding from/to JSON via Decodable/Encodable protocol!",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/Machipla/JSONyCodable.git",
"tag": "0.0.1"
},
"swift_version": "4.0",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"SugarLump/Foundation": [
"~> 0.0.1"
]
},
"frameworks": "Foundation"
}