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