blob: e22676d3c96af54c19ef6ca65cea422b03b2c2fe [file] [log] [blame]
{
"name": "ZHNInputViewPicker",
"version": "0.0.3",
"summary": "Wrapper for UIPickerView which allow use it as input view.",
"homepage": "https://github.com/zhukov-ever/ZHNInputViewPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhn": "zhukov.ever@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhukov-ever/ZHNInputViewPicker.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"resources": "Classes/**/*.xib",
"frameworks": "Foundation",
"requires_arc": true
}