[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 9 / FRDateRange / 0.2.0 / FRDateRange.podspec.json
blob1f27bd4b7268ca71311d6dc9be975261c846f701
2   "name": "FRDateRange",
3   "version": "0.2.0",
4   "homepage": "https://github.com/veritech/FRDateRange",
5   "summary": "Date Range manipulation",
6   "description": "  Simple wrapper around NSDate(s) for defining Date ranges.\n",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonathan Dalrymple": "jonathan@float-right.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/veritech/FRDateRange.git",
16     "tag": "0.2.0"
17   },
18   "source_files": [
19     "Classes",
20     "**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "6.0"
25   },
26   "dependencies": {
27     "NSDate-Escort": [
28       "~> 1.4.0"
29     ],
30     "FRDateFormatterCache": [
31       "~> 0.2.0"
32     ]
33   }