blob: 28fa49ba67ea48533ad44d233b8dc8a7637b13a4 [file] [log] [blame]
{
"name": "HLDigitInputField",
"version": "0.9.0",
"summary": "A customizable text field let user input digit one by one.",
"description": " * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/Invisibi/HLDigitInputField",
"license": "MIT",
"authors": {
"KenKuan": "kenkuan@invisibi.com"
},
"source": {
"git": "https://github.com/Invisibi/HLDigitInputField.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"HLDigitInputField": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"PureLayout": [
]
}
}