[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / 3 / 7 / DNTimeAndDay / 0.2.1 / DNTimeAndDay.podspec.json
blobe403adb86a2241d1eaa2b1cd7f9d7aaf26e9459e
2   "name": "DNTimeAndDay",
3   "version": "0.2.1",
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",
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.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DNTimeAndDay/Classes/**/*"