blob: bdade832c08ff7616f36b1ed17480efee21798dd [file] [log] [blame]
{
"name": "QJDCalendar",
"version": "0.0.1",
"authors": {
"coderqjd": "qiangjindong@163.com"
},
"homepage": "https://github.com/coderqjd/QJDCalendar",
"summary": "一款简单的日历的视图控件,支持\"周历\"和\"月历\"切换。",
"source": {
"git": "https://github.com/coderqjd/QJDCalendar.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "QJDCalendar/**/*",
"public_header_files": [
"QJDCalendar/*.h",
"QJDCalendar/**/*.h"
],
"deprecated": true
}