blob: 45032067b02a9a9314395fcd0302f69951643dd7 [file] [log] [blame]
{
"name": "APNumberPad",
"version": "1.1.1",
"summary": "Full clone of iOS number keyboard with customizable function button",
"description": "Custom keyboard for iOS allows you to create a keyboard inputView that looks and feels just like the iPhone keyboard with UIKeyboardTypeNumberPad as keyboardType. Also APNumberPad provides customizable left-function button.",
"homepage": "https://github.com/podkovyrin/APNumberPad",
"license": "MIT",
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/podkovyrin/APNumberPad.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "APNumberPad/APNumberPad/*.{h,m}",
"resources": "APNumberPad/APNumberPad.bundle",
"requires_arc": true
}