blob: e767f9527bdee35cc6f3437768dfe89700e5cd41 [file] [log] [blame]
{
"name": "NCKTextView",
"version": "0.4.0",
"summary": "NCKTextView is a high-performance rich editor based on UITextView and code with TextKit.",
"description": "NCKTextView 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/chanricle/NCKTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chanricle King": "chanricle@icloud.com"
},
"source": {
"git": "https://github.com/chanricle/NCKTextView.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NCKTextView/Classes/**/*",
"resource_bundles": {
"NCKTextView": [
"NCKTextView/Assets/*"
]
}
}