blob: 22549bea432004e8f221eb6a534e46da736ea5ad [file] [log] [blame]
{
"name": "NEEventCalendar",
"version": "1.0.0",
"summary": "日历添加事件封装",
"description": "日历添加事件封装,基本日历操作",
"homepage": "https://github.com/Alienchang/NEEventCalendar.git",
"license": "MIT",
"authors": {
"Alienchang": "1217493217@qq.com"
},
"source": {
"git": "https://github.com/Alienchang/NEEventCalendar.git",
"tag": "1.0.0"
},
"module_name": "NEEventCalendar",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*.{h,m,mm}",
"public_header_files": "Classes/**/*.h",
"frameworks": "EventKit"
}