blob: 3b05695272c5f5e63bb61ca63a8c22e0294651bc [file] [log] [blame]
{
"name": "SwiftyDate",
"version": "2.0.0",
"summary": "The easiest way to generate relative dates in Swift.",
"description": "SwiftyDate allows you to easily create relative Dates in Swift using a readable syntax.",
"homepage": "https://github.com/eddiekaiger/SwiftyDate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eddie Kaiger": "eddiekaiger@gmail.com"
},
"source": {
"git": "https://github.com/eddiekaiger/SwiftyDate.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyDate/*.swift"
}