| { | |
| "name": "DatePickView", | |
| "version": "1.0", | |
| "summary": "A short description of DatePickView.", | |
| "description": "this is XZPickView", | |
| "homepage": "https://github.com/lyingjie/DatePickView", | |
| "license": { | |
| "type": "MIT", | |
| "file": "FILE_LICENSE" | |
| }, | |
| "authors": "liyingjie", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/lyingjie/DatePickView.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": "DatePickView/Classes/*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "Masonry": [ | |
| ] | |
| } | |
| } |