blob: 376355abd648a97a1f603b345fe42bdd7b7588fd [file] [log] [blame]
{
"name": "craftyDateFormatter",
"version": "0.1.0",
"summary": "Clean and simple way to format dates on Swift.",
"description": "Formatting dates has always been a pain. Writing extensions at the beginning of each project for the attempt to make things easy is ideal but repetitive. This library allows you to get the same results with way less effort. Clean and elegant. See for yourself!",
"homepage": "https://github.com/craftycoders/craftyDateFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"craftycoders": "lyle@craftycoders.io"
},
"source": {
"git": "https://github.com/craftycoders/craftyDateFormatter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "craftyDateFormatter/Classes/**/*",
"swift_version": "5.0"
}