[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / e / JHDate / 0.3.1 / JHDate.podspec.json
blob07987dcb7bbe190e59b41cf14df772a2dab162ca
2   "name": "JHDate",
3   "version": "0.3.1",
4   "summary": "Yet another Swift date class",
5   "description": "# JHDate\n\n[![CI Status](http://img.shields.io/travis/Hout/JHDate.svg?style=flat)](https://travis-ci.org/Hout/JHDate)\n[![Version](https://img.shields.io/cocoapods/v/JHDate.svg?style=flat)](http://cocoapods.org/pods/JHDate)\n[![License](https://img.shields.io/cocoapods/l/JHDate.svg?style=flat)](http://cocoapods.org/pods/JHDate)\n[![Platform](https://img.shields.io/cocoapods/p/JHDate.svg?style=flat)](http://cocoapods.org/pods/JHDate)\n\nJHDate is a wrapper around NSDate that exposes the properties of NSDateComponents. Thus offering date functions with a flexibility that I was looking for:\n\n- Use the object as an NSDate. I.e. as an absolute time.\n- Contains a date (NSDate), a calendar (NSCalendar) and a timeZone (NSTimeZone) property\n- Offers NSDate & NSDateComponent vars & methods\n- Initialise a date with any combination of components\n- Use default values for initialisation if desired\n- Calendar & time zone can be changed, properties change along\n- Default calendar is `NSCalendar.currentCalendar()`\n- Default time zone is `NSTimeZone.localTimeZone()`\n- Implements the Comparable protocol betwen dates with operators. E.g. `==, !=, <, >, <=, >=`\n- implements date addition and subtraction operators with date components. E.g. `date + 2.days`",
6   "homepage": "https://github.com/Hout/JHDate",
7   "license": "MIT",
8   "authors": {
9     "Hout": "through Github"
10   },
11   "source": {
12     "git": "https://github.com/Hout/JHDate.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JHDate": [
22       "Pod/Assets/*.png"
23     ]
24   }