blob: 4a91b600500fb4f5a4bea79359bb1aa4c5307ff6 [file] [log] [blame]
{
"name": "JSONUtilities",
"homepage": "https://github.com/lucianomarisi/JSONUtilities",
"version": "6.0.1",
"license": {
"type": "MIT"
},
"authors": {
"Luciano Marisi": "luciano@techbrewers.com"
},
"summary": "Easily load JSON objects and decode them into structs or classes",
"source": {
"git": "https://github.com/lucianomarisi/JSONUtilities.git",
"tag": "6.0.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"swift_version": "5.0"
}