blob: 4c17a4ceb14fc36eb3653fd61bb16d74c106df07 [file] [log] [blame]
{
"name": "PickerSwift",
"version": "0.9.3",
"summary": "UIValuePicker and UIDatePicker wrapper in swift.",
"description": "UIValuePicker and UIDatePicker wrapper in swift. Encapsulates common picker to reduce boiler plate code",
"homepage": "https://github.com/bphenriques/PickerSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bphenriques": "brunoaphenriques@gmail.com"
},
"social_media_url": "https://www.linkedin.com/in/bphenriques",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bphenriques/PickerSwift.git",
"tag": "0.9.3"
},
"source_files": "ValuePickerWrapper/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}