| { |
| "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 |
| } |