blob: f2af7647100caeaeb5907e15f027cf1398143cd5 [file] [log] [blame]
{
"name": "MAKMonthPicker",
"version": "0.0.1",
"summary": "iOS customizable month picker component like UIDatePicker.",
"description": " Use this when you need only year and month picker, without day, time etc.\n Month name and month number are avaliable.\n",
"homepage": "https://github.com/diniska/MAKMonthPicker",
"screenshots": [
"https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen1.png",
"https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen2.png",
"https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "diniska@users.noreply.github.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/diniska/MAKMonthPicker.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": [
"Example",
"Screens"
],
"frameworks": "UIKit",
"requires_arc": true
}