blob: 6ff44d424df557599b0f28974982982fcdb2c847 [file] [log] [blame]
{
"name": "JSONCoding",
"version": "1.0",
"summary": "Easy model based JSON parsing using generics.",
"homepage": "https://github.com/sroebert/JSONCoding",
"license": {
"type": "MIT"
},
"authors": {
"Steven Roebert": "steven@roebert.nl"
},
"source": {
"git": "https://github.com/sroebert/JSONCoding.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}