blob: 9041fba85fdf1f66bb11c1317755a5fa03f3104d [file] [log] [blame]
{
"name": "IkigaJSON",
"version": "2.0.0",
"summary": "A High performance JSON Codable implementation.",
"swift_version": "5.0",
"homepage": "https://github.com/Ikiga/IkigaJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"joannis": "joannis@orlandos.nl"
},
"source": {
"git": "https://github.com/Ikiga/IkigaJSON.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/joannisorlandos",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/IkigaJSON/**/*",
"dependencies": {
"SwiftNIO": [
"~> 2.0"
]
}
}