blob: 35c4273381407740ee28b4cef39c8b792d336a90 [file] [log] [blame]
{
"name": "WeekdayDatePicker",
"version": "1.1.0",
"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.1.0"
},
"source_files": [
"WeekdayDatePicker",
"WeekdayDatePicker/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}