blob: b33dce3cff1309043f88703a6ece5a489fded39e [file] [log] [blame]
{
"name": "STLimitTextField",
"version": "0.0.4",
"summary": "A textfield that can limit the length of the text.",
"homepage": "https://github.com/shien7654321/STLimitTextField",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STLimitTextField.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "STLimitTextField/*.{h,m}",
"compiler_flags": "-fmodules",
"description": "STLimitTextField is a textfield that can limit the length of the text."
}