[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / a / 3 / 2 / GZCalendar / 0.0.3 / GZCalendar.podspec.json
blobf4fc251e0996408f0fe664fe8de1d4c72c6af7d1
2   "name": "GZCalendar",
3   "version": "0.0.3",
4   "summary": "A GZCalendar For Developer.",
5   "description": "For the convenience of the calendar library development and encapsulation",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/gushengya/GZCalendar",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "gushengya": "759705236@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/gushengya/GZCalendar.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "GZCalendar/GZCalendar.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "GZCalendar/Category/**/*.{h,m}",
27       "public_header_files": "GZCalendar/Category/**/*.h"
28     },
29     {
30       "name": "Manager",
31       "source_files": "GZCalendar/Manager/**/*.{h,m}",
32       "public_header_files": "GZCalendar/Manager/**/*.h",
33       "dependencies": {
34         "GZCalendar/Category": [
36         ]
37       }
38     },
39     {
40       "name": "View",
41       "source_files": "GZCalendar/View/**/*.{h,m}",
42       "public_header_files": "GZCalendar/View/**/*.h",
43       "dependencies": {
44         "GZCalendar/Category": [
46         ],
47         "GZCalendar/Manager": [
49         ]
50       }
51     }
52   ]