blob: e9c23cf92773e30b8cc95ba61f675b2f2f788c4b [file] [log] [blame]
{
"name": "WeekdayDatePicker",
"version": "1.0.2",
"summary": "Picker view with day, month and year components and extra auto-adjustable weekday component.",
"homepage": "https://github.com/bagofstars/WeekdayDatePicker",
"license": "MIT",
"authors": {
"bagofstars": "glprog@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bagofstars/WeekdayDatePicker.git",
"tag": "1.0.2"
},
"source_files": [
"WeekdayDatePicker",
"WeekdayDatePicker/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}