blob: 28eb2357051073f90a5eb5d4848a426e76e7b48e [file] [log] [blame]
{
"name": "JsonAPISwift",
"version": "1.0.0",
"summary": "A Swift JSON:API standard implementation.",
"description": "JsonAPI is a Swift JSON:API standard implementation.<br>\nIt has been greatly inspired from another library: [Vox](https://github.com/aronbalog/Vox).\n\nThis library allows several types of use, from framework style to \"raw\" JSON:API object manipulation.",
"homepage": "https://github.com/aveine/JsonAPI",
"license": "MIT",
"authors": {
"Christopher Paccard": "christopher.paccard@aveine.paris"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/aveine/JsonAPI.git",
"tag": "1.0.0"
},
"source_files": "JsonAPI"
}