[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / c / KSOToken / 0.9.0 / KSOToken.podspec.json
blob04ee3dee213d94cd7c32688d7cde9267eb32c2c6
2   "name": "KSOToken",
3   "version": "0.9.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": "BSD",
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": "0.9.0"
21   },
22   "platforms": {
23     "ios": "10.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   }