blob: f4fc251e0996408f0fe664fe8de1d4c72c6af7d1 [file] [log] [blame]
{
"name": "GZCalendar",
"version": "0.0.3",
"summary": "A GZCalendar For Developer.",
"description": "For the convenience of the calendar library development and encapsulation",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/gushengya/GZCalendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gushengya": "759705236@qq.com"
},
"source": {
"git": "https://github.com/gushengya/GZCalendar.git",
"tag": "0.0.3"
},
"source_files": "GZCalendar/GZCalendar.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Category",
"source_files": "GZCalendar/Category/**/*.{h,m}",
"public_header_files": "GZCalendar/Category/**/*.h"
},
{
"name": "Manager",
"source_files": "GZCalendar/Manager/**/*.{h,m}",
"public_header_files": "GZCalendar/Manager/**/*.h",
"dependencies": {
"GZCalendar/Category": [
]
}
},
{
"name": "View",
"source_files": "GZCalendar/View/**/*.{h,m}",
"public_header_files": "GZCalendar/View/**/*.h",
"dependencies": {
"GZCalendar/Category": [
],
"GZCalendar/Manager": [
]
}
}
]
}