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