[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 4 / LEOTextView / 0.7.1 / LEOTextView.podspec.json
blob320716aeb56057f21ee627cd299c13a446766371
2   "name": "LEOTextView",
3   "version": "0.7.1",
4   "summary": "LEOTextView is a high-performance rich editor based on UITextView and code with TextKit.",
5   "description": "LEOTextView 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/leonardo-hammer/LEOTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tuesleep": "tuesleep@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leonardo-hammer/LEOTextView.git",
16     "tag": "0.7.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.1"
23   },
24   "source_files": "LEOTextView/Classes/**/*",
25   "resource_bundles": {
26     "LEOTextView": [
27       "LEOTextView/Assets/*"
28     ]
29   }