blob: 067d7f46706a661bf62c410824aa4a962e756f5f [file] [log] [blame]
{
"name": "IQRuleValidationManager",
"version": "0.0.1",
"summary": "IQRuleValidationManager manager UITextField/UITextView input text validations rules",
"description": "A short description of IQRuleValidationManager,IQRuleValidationManager manager UITextField/UITextView validations rules, you don't implement UITextField Delegate or UITextView delegate method just set UITextField proprty which you can attend the same result",
"homepage": "https://github.com/junhg521/IQRuleValidationManager",
"license": "MIT",
"authors": {
"JunHg": "wujun-5543473@163.com"
},
"source": {
"git": "https://github.com/junhg521/IQRuleValidationManager.git",
"tag": "0.0.1"
},
"source_files": [
"IQRuleValidationManager",
"IQRuleValidationManager/IQRuleExpression/**/*.{h,m}"
],
"exclude_files": "IQRuleValidationManager/IQRuleExpression/Exclude",
"public_header_files": "IQRuleValidationManager/IQRuleExpression/**/*.h",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
]
}