[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / 4 / ZCCalendarView / 2.0.6 / ZCCalendarView.podspec.json
blob0c91039c4d25645b56a8ebeea334e918a1375d05
2   "name": "ZCCalendarView",
3   "version": "2.0.6",
4   "summary": "ZCCalendarView UI Kit",
5   "description": "ZCCalendarView 这是一个可自定义样式日历",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": {
10     "type": "Copyright",
11     "text": "Zac Inc. 2017"
12   },
13   "homepage": "https://github.com/zac-wang/CocoapodsLibrary",
14   "authors": {
15     "王志超": "love_iphone@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/zac-wang/CocoapodsLibrary.git",
19     "tag": "cal_2.0.6"
20   },
21   "source_files": "Library/ZCCalendarView/**/*.{h,m,c,mm}",
22   "public_header_files": "Library/ZCCalendarView/**/*.{h}",
23   "private_header_files": "Library/ZCCalendarView/date/ZCCalendarDateLunarCalendar.h",
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "ios": {
30     "dependencies": {
31       "ZCEasyLibrary/ZCDate": [
32         ">= 2.0.6"
33       ],
34       "ZCEasyLibrary/ZCScreenCapture": [
35         ">= 2.0.6"
36       ]
37     }
38   }