[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 6 / 4 / LCalendar / 0.0.1 / LCalendar.podspec.json
bloba43c14e98ab7780b7a15a49a0f1d3882a0c7aa09
2   "name": "LCalendar",
3   "version": "0.0.1",
4   "summary": "日历选择器",
5   "description": "一款比钉钉更友善的日历选择器, 顺畅无卡顿",
6   "homepage": "https://github.com/weskhen/LCalendar.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wujian": "wujian516411567@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/weskhen/LCalendar.git",
19     "tag": "0.0.1"
20   },
21   "module_name": "LCalendar",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "CalendarView",
35       "source_files": "Public/CalendarView/*.{h,m}",
36       "subspecs": [
37         {
38           "name": "CalendarCollectionView",
39           "source_files": "Public/CalendarView/CalendarCollectionView/*.{h,m}"
40         }
41       ]
42     }
43   ]