blob: ed555fb7599a6619df871f36a96156a61a572a8e [file] [log] [blame]
{
"name": "SRMonthPicker",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true
}