blob: 646387a4c0a77038ccedbeea630fe1e1818f9a27 [file] [log] [blame]
{
"name": "Codextended",
"version": "0.1.0",
"summary": "Extensions giving Swift's Codable API type inference super powers.",
"description": "Codextended adds a set of extensions on top of Swift's Codable API to give it type inference super powers.",
"homepage": "https://github.com/JohnSundell/Codextended",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"source": {
"git": "https://github.com/JohnSundell/Codextended.git",
"tag": "0.1.0"
},
"source_files": "Sources/Codextended/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
}
}