| { |
| "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 |
| } |