[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / e / c / WYQDateTool / 1.0.0 / WYQDateTool.podspec.json
blobf6f62269c93f3f34fd9fbfdff72ec82ac101420c
2   "name": "WYQDateTool",
3   "version": "1.0.0",
4   "summary": "NSDate+Category 添加时间描述、时间转换(默认格式化与指定格式化)",
5   "description": "WYQDateTool NSDate+Category 添加时间描述、时间转换(默认格式化与指定格式化)",
6   "homepage": "https://github.com/YongQiangWei/NSDateCalculateTool",
7   "license": "MIT",
8   "authors": {
9     "yongQiang Wei": "15249085279@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/YongQiangWei/NSDateCalculateTool.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Tool/*.{h,m}",
20     "Tool/NSDate+Category/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "DateTools": [
25       "~> 2.0.0"
26     ]
27   }