blob: 2eaae2498f96312411d82576b20aa27f99d9c9a8 [file] [log] [blame]
{
"name": "EJCalendar",
"version": "0.0.1",
"summary": "a calendar for choosing time interval",
"description": "A calendar which you can use to choose a time interval。",
"homepage": "https://github.com/xiachengaa/EJCalendar",
"license": "MIT",
"authors": {
"xiacheng": "15757172115@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/xiachengaa/EJCalendar.git",
"tag": "0.0.1"
},
"source_files": [
"CalendarViewController",
"CalendarViewController/*.{h,m}"
],
"public_header_files": [
"CalendarViewController/CalendarViewController.h",
"CalendarViewController/CalendarView.h",
"CalendarViewController/CalendarDelegate.h"
],
"requires_arc": true
}