Simple pin code text input with underlined space for characters.
Based on UIView + UIKeyInput protocol
use_frameworks!
platform :ios, "8.0"
target 'YourTarget' do pod 'PinCodeTextField' end
* via Carthage
```ruby
github "tkach/PinCodeTextField"
Copy Pod folder from this repo to your project