blob: 29ab2a6c6cc3e80f2676587266cc6864dfbef96a [file] [log] [blame]
{
"name": "JASON",
"version": "3.0",
"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": "v3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift,h}",
"requires_arc": true
}