blob: 35c5bd67b622d114ff89916fc91a3bb05f3aa9ff [file] [log] [blame]
{
"name": "JSONtoCodable",
"version": "2.0.3",
"summary": "A generating tool from Raw JSON to Codable",
"description": "A generating tool from Raw JSON to Codable.",
"homepage": "https://github.com/YutoMizutani/JSONtoCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuto Mizutani": "yuto.mizutani.dev@gmail.com"
},
"source": {
"git": "https://github.com/YutoMizutani/JSONtoCodable.git",
"tag": "2.0.3"
},
"social_media_url": "https://twitter.com/EXPENSIVE_MAN",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "11.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"swift_version": "4.2"
}