blob: 5e19a0286b578932e150ef9f0cc3a233a33f7372 [file] [log] [blame]
{
"name": "JSONyCodable",
"homepage": "https://github.com/Machipla/JSONyCodable",
"version": "0.0.3",
"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.3"
},
"swift_version": "4.0",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"SugarLump/Foundation": [
"~> 0.0.1"
]
},
"frameworks": "Foundation"
}