blob: c74632560f3ee5b96f85279fb5edd1c526938261 [file] [log] [blame]
{
"name": "DNTimeAndDay",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DNTimeAndDay/Classes/**/*"
}