[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 9 / 0 / Period / 0.1.0 / Period.podspec.json
blob280c8fe382e891cdaea5c505e95fc791ef1778ab
2   "name": "Period",
3   "version": "0.1.0",
4   "summary": "The `Period` class represents a period of time after an NSDate object.",
5   "description": "The `Period` class represents a period of time after an NSDate object.\nIt is in absolute time so it has no references to calendrical properties.\nVarious operations are implemented e.g.:\n- check whether an NSDate instance lies within a Period instance.\n- check whether an Period instance lies within a Period instance.\n- check whether an Period instance overlaps a Period instance.\n- check whether an Period instance is earlier/later than a Period instance without overlap (< or > operators).\n- check whether an Period instance is earlier/later than or overlaps than a Period instance (<= or >= operators).\n- implements Equatable & Comparable protocols.",
6   "homepage": "https://github.com/Hout/Period",
7   "license": "MIT",
8   "authors": {
9     "Hout": "Hout@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/Hout/Period.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*"