blob: e403adb86a2241d1eaa2b1cd7f9d7aaf26e9459e [file] [log] [blame]
{
"name": "DNTimeAndDay",
"version": "0.2.1",
"summary": "A model struct to iterate through the time and day at a given interval.",
"description": "A simple/swifty take on NSDate/NSDateFormatter/NSDateComponent. A DNTimeAndDay object can be initialized with a string value, int value, or date object. The object returns a stringValue in various formats and changes the time and day at a given interval. Only supports Time and Day of the Week at the moment",
"homepage": "https://github.com/dknomura/DNTimeAndDay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dnomnom": "dknomura@gmail.com"
},
"source": {
"git": "https://github.com/dknomura/DNTimeAndDay.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DNTimeAndDay/Classes/**/*"
}