[Add] DXPAnalyticsLib 1.0.18
[CocoaPods.git] / Specs / a / 3 / 7 / DNTimeAndDay / 0.1.0 / DNTimeAndDay.podspec.json
bloba6e71e717bf8906db8022fd5933cdedf079014ab
2   "name": "DNTimeAndDay",
3   "version": "0.1.0",
4   "summary": "A model struct to iterate through the time and day at a given interval.",
5   "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.",
6   "homepage": "https://github.com/dknomura/DNTimeAndDay",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dnomnom": "dknomura@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dknomura/DNTimeAndDay.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DNTimeAndDay/Classes/**/*"