blob: 3a507751485be8b00358989a4416b9fbe421b24b [file] [log] [blame]
{
"name": "ApiJsonKit",
"version": "1.0.0",
"summary": "A tool to simplify network calls and json decoding.",
"description": "Networking and decoding JSON are repetitive tasks. This framework provide tested implementation\nto simplify those tasks. It includes wrapper struct and/or classes around the Decodable protocol\nand URLSession.",
"homepage": "https://github.com/bachld97/ApiJsonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bach Le": "ldbach97@gmail.com"
},
"source": {
"git": "https://github.com/bachld97/ApiJsonKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.2"
},
"swift_versions": "5.0",
"source_files": "ApiJsonKit/Classes/**/*",
"swift_version": "5.0"
}