[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 7 / 5 / c / KSOToken / 2.0.0 / KSOToken.podspec.json
blob7f15077e885f25ccd9644f85d799ae304b260f3a
2   "name": "KSOToken",
3   "version": "2.0.0",
4   "summary": "KSOToken is a UITextView subclass that provides functionality similar to NSTokenField on macOS.",
5   "description": "KSOToken is a `UITextView` subclass that provides functionality similar to `NSTokenField` on macOS. It displays token using the `NSTextAttachment` class. It provides completion support and the appearance of various components (UITextView, UITableViewCell, NSTextAttachment) can be customized.",
6   "homepage": "https://github.com/Kosoku/KSOToken",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOToken/raw/master/screenshots/iOS-1.png",
9     "https://github.com/Kosoku/KSOToken/raw/master/screenshots/iOS-2.png"
10   ],
11   "license": {
12     "type": "Apache 2.0",
13     "file": "license.txt"
14   },
15   "authors": {
16     "William Towe": "willbur1984@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/Kosoku/KSOToken.git",
20     "tag": "2.0.0"
21   },
22   "platforms": {
23     "ios": "13.0"
24   },
25   "requires_arc": true,
26   "source_files": "KSOToken/**/*.{h,m}",
27   "private_header_files": "KSOToken/Private/*.h",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "Ditko": [
32     ],
33     "Stanley": [
35     ]
36   }