blob: 8930dea979a85589f77731841c95ab064b2bc44f [file] [log] [blame]
{
"name": "MLBPasswordTextField",
"version": "0.0.3",
"summary": "A custom password input like WeChat payment for iOS.",
"description": "- A custom password input like WeChat payment for iOS.\n- iOS 7+ .\n- IB Designable.\n- Cursor supported (~> 0.0.3)",
"homepage": "https://github.com/meilbn/MLBPasswordTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"meilbn": "codingallnight@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/meilbn/MLBPasswordTextField.git",
"tag": "0.0.3"
},
"source_files": [
"MLBPasswordTextField",
"MLBPasswordTextField/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
],
"requires_arc": true
}