blob: c28e9fa3f2b78c351afb9b4b0dd6af45be24e058 [file] [log] [blame]
{
"name": "Mandoline",
"version": "1.0.0",
"summary": "A scrolling picker view.",
"description": "The PickerView is a UIview that provides a smooth \"picking\" interface.\nIn order to get the most out of it, a cell should implement the Selectable protocol that dictates whether a cell `isSelectable`.",
"homepage": "https://github.com/blueapron/Mandoline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ag": "anat.gilboa@blueapron.com"
},
"source": {
"git": "https://github.com/blueapron/Mandoline.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Mandoline/Classes/**/*",
"resource_bundles": {
"Mandoline": [
"Mandoline/Assets/**/*"
]
},
"dependencies": {
"SnapKit": [
"~> 3.2.0"
]
},
"pushed_with_swift_version": "3.2"
}