| { |
| "name": "CHDatePickerView", |
| "version": "0.0.9", |
| "summary": "CHDatePickerView支持自组合的方式快速创建日期选择器,支持横竖屏切换适配安全区", |
| "homepage": "https://github.com/MeteoriteMan/CHDatePicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "张晨晖": "shdows007@gmail.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/MeteoriteMan/CHDatePicker.git", |
| "tag": "0.0.9" |
| }, |
| "source_files": "CHDatePickerView/**/*.{h,m}", |
| "resources": "CHDatePickerView/CHDatePickerLocalizable.bundle", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "Masonry" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |