blob: 8633cb3e9062ee1e5a0ad25d91ef145701ac76f2 [file] [log] [blame]
{
"name": "DateKit",
"version": "0.1",
"summary": "DateKit - operate on NSDate and its components easily in Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/SnowdogApps/DateKit.git",
"requires_arc": "true",
"authors": {
"Radosław Szeja": "r.szeja@snowdog.pl"
},
"source": {
"git": "https://github.com/SnowdogApps/DateKit.git",
"tag": "v0.1"
},
"source_files": "DateKit/*.{h,swift}"
}