[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / f / WLCalendar / 0.0.4 / WLCalendar.podspec.json
blob96fa0143119007bc35c10eb92de305d118240723
2   "name": "WLCalendar",
3   "version": "0.0.4",
4   "summary": "日历表",
5   "description": "日历表定制,支持单一日历,单一日历可动态计算日历高度(即5行或者6行),支持多个月份日历的滚动显示(只支持一页6行42个的样式)",
6   "homepage": "https://github.com/weilLove/WLCalendar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weilLove": "weil218@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/weilLove/WLCalendar.git",
19     "tag": "0.0.4"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "WLCalendar/Core/*.{h,m}",
25       "frameworks": [
26         "UIKit",
27         "Foundation"
28       ]
29     }
30   ]