{ | |
"name": "LYSCalendar", | |
"version": "0.0.1", | |
"license": "MIT", | |
"summary": "日历控件", | |
"homepage": "https://github.com/MrLiuYS/LYSCalendar", | |
"authors": { | |
"Mr LYS": "3050700400@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/MrLiuYS/LYSCalendar.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source_files": "LYSCalendar/**/*.{h,m}", | |
"requires_arc": true, | |
"dependencies": { | |
"Masonry": [ | |
"~> 1.0.1" | |
] | |
} | |
} |