blob: fb424a0172b2c8b031fa200e5f284624bb4ae2ff [file] [log] [blame]
{
"name": "BetterCodable",
"version": "0.1.0",
"swift_versions": [
"5.1"
],
"summary": "Better Codable through Property Wrappers",
"homepage": "https://github.com/marksands/BetterCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Sands": "http://marksands.github.io/"
},
"social_media_url": "https://twitter.com/marksands",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/marksands/BetterCodable.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1"
}