[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / f / 3 / NCKTextView / 0.3.0 / NCKTextView.podspec.json
blob5a1c234d190ab7d98e79816be6c8cca61e91ce71
2   "name": "NCKTextView",
3   "version": "0.3.0",
4   "summary": "NCKTextView is a high-performance rich editor based on UITextView and code with TextKit.",
5   "description": "NCKTextView is a very high-performance rich editor. Because it's a subclass of UITextView, not UIWebView. All of code by TextKit framework.",
6   "homepage": "https://github.com/chanricle/NCKTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chanricle King": "chanricle@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/chanricle/NCKTextView.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NCKTextView/Classes/**/*",
22   "resource_bundles": {
23     "NCKTextView": [
24       "NCKTextView/Assets/*"
25     ]
26   }