blob: f1908eb16f7793854b4454a4b6dab8051aa77bd6 [file] [log] [blame]
{
"name": "FendaSleepGraphLib",
"version": "0.0.1",
"summary": "fenda Sleep graph Public Module",
"description": "奋达睡眠模块公用模组,目前只支持日详情的显示,后续会持续优化",
"homepage": "https://gitee.com/Fly127/FendaSleepGraphLib.git",
"license": "MIT",
"authors": {
"WANG DONG": "aney.wangdong@fenda.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/Fly127/FendaSleepGraphLib.git",
"tag": "0.0.1"
},
"source_files": [
"SleepModule",
"SleepModule/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"FendaDBToolLib": [
],
"FendaDateHandleLib": [
]
}
}