| { |
| "name": "LFTimePicker", |
| "version": "0.1.0", |
| "summary": "Custom Time Picker ViewController with Selection of start and end times in Swift", |
| "homepage": "https://github.com/awesome-labs/LFTimePicker/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Lucas Farah": "lucas.farah@me.com" |
| }, |
| "social_media_url": "https://twitter.com/7farah7", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/awesome-labs/LFTimePicker.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true |
| } |