blob: 91c7ad40138584f1e64d559dd5d71dae751f013d [file] [log] [blame]
{
"name": "PickerView",
"version": "0.3.0",
"summary": "A customizable alternative to UIPickerView.",
"description": "PickerView is an easy to use and customize alternative to UIPickerView written in Swift, but works with Objective-C too. It was developed to provide a highly customizable experience, so you can implement your custom designed UIPickerView.",
"homepage": "https://github.com/filipealva/PickerView",
"documentation_url": "https://github.com/filipealva/PickerView/blob/master/README.md",
"license": "MIT",
"authors": {
"Filipe Alvarenga": "ofilipealvarenga@gmail.com"
},
"source": {
"git": "https://github.com/filipealva/PickerView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}