blob: 0960ced22dd5e82a13d32b6a4f98e525a8475e3a [file] [log] [blame]
{
"name": "Date+WithoutTime",
"version": "1.0",
"summary": "A library that lets you get the date part only from a Swift Date object.",
"description": "A library that lets you get the date part only from a Swift Date object. Useful for when you don't need the time of a Date.",
"homepage": "https://github.com/hughbe/Date-WithoutTime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hughbe": "hughbellars@gmail.com"
},
"source": {
"git": "https://github.com/hughbe/Date-WithoutTime.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "src/*"
}