blob: 68896a3ef950d76edb531363a1a353323a4dfe00 [file] [log] [blame]
{
"name": "JASON",
"version": "3.1.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delba/JASON",
"authors": {
"Damien": "damien@delba.io"
},
"summary": "Fast JSON parsing for Swift",
"source": {
"git": "https://github.com/delba/JASON.git",
"tag": "3.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift,h}",
"requires_arc": true,
"swift_version": "5.0"
}