blob: 383bb4f4a6cab22b3da118402211a7c8a0ac83dc [file] [log] [blame]
{
"name": "MLBPasswordTextField",
"version": "0.0.1",
"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.",
"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.1"
},
"source_files": [
"MLBPasswordTextField",
"MLBPasswordTextField/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
],
"requires_arc": true
}