2 "name": "DNTimeAndDay",
4 "summary": "A model struct to iterate through the time and day at a given interval.",
5 "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",
6 "homepage": "https://github.com/dknomura/DNTimeAndDay",
12 "dnomnom": "dknomura@gmail.com"
15 "git": "https://github.com/dknomura/DNTimeAndDay.git",
21 "source_files": "DNTimeAndDay/Classes/**/*"