[](http://cocoapods.org/?q= BJNumberPlateSwift)
BJNumberPlateSwift is a custom number plate keyboard, it's easy to use. Support Swift 3.0
##how to use
To integrate BJNumberPlate into your Xcode project using CocoaPods, specify it in your Podfile
:
###Swift
platform :ios, '8.0'
target 'TargetName' do
use_frameworks!
pod 'BJNumberPlateSwift'
end
Then, run the following command:
$ pod install
let keyboard = BJNumberPlate()
textField.inputView = keyboard;
##License BJNumberPlate is provided under the MIT license. See LICENSE file for details.