blob: 75ef01921cb8928a7671c5c8585374d22b73543e [file] [log] [blame]
{
"name": "CodableExtensions",
"version": "0.1.2",
"summary": "CodableExtensions provides some useful extensions to Swift Decodable",
"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.1.2"
},
"social_media_url": "https://twitter.com/james_ruston",
"platforms": {
"ios": "11.0"
},
"source_files": "Classes/**/*",
"pushed_with_swift_version": "3.0"
}