blob: 32a9000f1f5c4da24a9962f67ee9edda1f6b55ac [file] [log] [blame]
{
"name": "PickerView",
"version": "0.2.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",
"license": "MIT",
"authors": {
"Filipe Alvarenga": "ofilipealvarenga@gmail.com"
},
"source": {
"git": "https://github.com/filipealva/PickerView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PickerView": [
"Pod/Assets/*.png"
]
}
}