blob: 3bcd1e0fb90aa62443d1eff0af1786e76147347c [file] [log] [blame]
{
"name": "SwiftyDate",
"version": "1.0.1",
"summary": "The easiest way to generate relative dates in Swift.",
"description": "SwiftyDate allows you to easily create relative NSDates 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": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyDate.swift"
}