blob: db035e079e667a0653be541d9674a3fc5014ba99 [file] [log] [blame]
{
"name": "BSNumPad",
"version": "1.0.1",
"summary": "Numeric keyboard in UIPopoverController for UITextFields.",
"description": "Numeric keyboard in UIPopoverController for textFields inspired by ZenKeyboard (https://github.com/nickevin/ZenKeyboard).",
"homepage": "https://github.com/Bogdan-Stasjuk/BSNumPad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/BSNumPad.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "BSNumPad/*.{h,m}",
"public_header_files": "BSNumPad/*.h",
"ios": {
"resource_bundles": {
"Images": "BSNumPad/Images/*.png"
}
}
}