| { | |
| "name": "SRMonthPicker", | |
| "version": "0.2.5", | |
| "summary": "Like UIDatePicker, but without the days.", | |
| "homepage": "https://www.github.com/simonrice/SRMonthPicker", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Simon Rice": "im@simonrice.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/simonrice/SRMonthPicker.git", | |
| "tag": "0.2.5" | |
| }, | |
| "platforms": { | |
| "ios": null | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |