blob: 18e9e6ffe7f3ece3501234d858f79934df799c4c [file] [log] [blame]
{
"name": "WrappedValue",
"version": "0.1.5",
"summary": "Forget the struggle of decoding Strings!",
"swift_version": "4.2",
"description": "Is your RESTful API returning Strings instead of Doubles? Are you tired of writing all that custom decoding? Let WrappedValue do it for you!",
"homepage": "https://github.com/cmtrounce/WrappedValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cmtrounce": "ctrounce94@gmail.com"
},
"source": {
"git": "https://github.com/cmtrounce/WrappedValue.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*"
}