blob: c45b1d56a3f0cc3006f00fa5a88b58598d834ff2 [file] [log] [blame]
{
"name": "Codextended",
"version": "0.2.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.2.0"
},
"source_files": "Sources/Codextended/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
}
}