blob: 488785333dd246db7fdec3b21b37f7dae2c569d1 [file] [log] [blame]
{
"name": "DNTimeAndDay",
"version": "0.1.1",
"summary": "A model struct to iterate through the time and day at a given interval.",
"description": "A DNTimeAndDay object is initialized with a string value or int value for time and day along with 12/24hr time format. Developers can set an interval at which the object can be increased/decreased, default is 30 minutes.",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DNTimeAndDay/Classes/**/*"
}