blob: 1fa04f40113e61f16c493c4131d9a9c0fecf15d8 [file] [log] [blame]
{
"name": "ZHNInputViewPicker",
"version": "0.0.4",
"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.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"resources": "Classes/**/*.xib",
"frameworks": "Foundation",
"requires_arc": true
}