blob: 320716aeb56057f21ee627cd299c13a446766371 [file] [log] [blame]
{
"name": "LEOTextView",
"version": "0.7.1",
"summary": "LEOTextView is a high-performance rich editor based on UITextView and code with TextKit.",
"description": "LEOTextView is a very high-performance rich editor. Because it's a subclass of UITextView, not UIWebView. All of code by TextKit framework.",
"homepage": "https://github.com/leonardo-hammer/LEOTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuesleep": "tuesleep@gmail.com"
},
"source": {
"git": "https://github.com/leonardo-hammer/LEOTextView.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source_files": "LEOTextView/Classes/**/*",
"resource_bundles": {
"LEOTextView": [
"LEOTextView/Assets/*"
]
}
}