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