blob: 053f31e3f38ed4aaf0122072e7c5c495e4533b1d [file] [log] [blame]
{
"name": "CodableExtensions",
"version": "0.2.0",
"summary": "CodableExtensions provides some useful extensions to Swift Codable",
"description": "Adds extensions to allow custom transformations during decoding. Also makes the interface a bit cleaner.",
"homepage": "https://github.com/jamesruston/CodableExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jamesruston": "jruston90@gmail.com"
},
"source": {
"git": "https://github.com/jamesruston/CodableExtensions.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/james_ruston",
"platforms": {
"ios": "11.0"
},
"source_files": "Classes/**/*",
"pushed_with_swift_version": "3.0"
}