blob: d9b80cb7ee5504824f81ffefb02459b5f57689ef [file] [log] [blame]
{
"name": "LRTextField",
"version": "1.0.0",
"summary": "UITextField with label, validation and input mask on iOS.",
"description": "UITextField with label, validation and input mask on iOS, which is implemented by Objective-C.",
"homepage": "https://github.com/LR-Studio/LRTextField",
"license": "MIT",
"authors": {
"LR Studio": "lrlrstudio@gmail.com"
},
"source": {
"git": "https://github.com/LR-Studio/LRTextField.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "LRTextField/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}