| { |
| "name": "AACustomDatePicker", |
| "version": "0.1.1", |
| "summary": "Customized UIDatePicker for iOS", |
| "description": " Customized UIDatePicker for iOS.\n Lets you cusomize fonts, colors, visibility of out-of-bounds dates etc.\n", |
| "homepage": "https://github.com/attias/AACustomDatePicker", |
| "license": "MIT", |
| "authors": { |
| "Amit Attias": "me@amitattias.com" |
| }, |
| "source": { |
| "git": "https://github.com/attias/AACustomDatePicker.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/AttiasAmit", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "AACustomDatePicker", |
| "public_header_files": "AACustomDatePicker/*.h" |
| } |