blob: 850812c628a747d9e625dcbf17ba9cc542f3a262 [file] [log] [blame]
{
"name": "EcpTextField",
"version": "0.0.2",
"summary": "Custom UITextFields",
"description": "Custom UITextFields.\n- NoCaretTextField\n- NoBorderTextView",
"homepage": "https://github.com/ecpplus/EcpTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chu": "chu@ecpplus.net"
},
"social_media_url": "https://ecpplus.net",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ecpplus/EcpTextField.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"pushed_with_swift_version": "3.0"
}