blob: 3403710513ba09c9d92d32509d61059bce6a1741 [file] [log] [blame]
{
"name": "GenericJSONType",
"version": "1.0.0-alpha.2",
"summary": "A simple container for any JSON-data, that conforms to the `Codable` protocol",
"description": "This package provides a simple container for any JSON-data, that conforms to the `Codable` protocol",
"homepage": "https://github.com/LinusU/GenericJSONType",
"license": "MIT",
"authors": {
"Linus Unnebäck": "linus@folkdatorn.se"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/LinusU/GenericJSONType.git",
"tag": "1.0.0-alpha.2"
},
"source_files": "Sources"
}