[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / c / KSOToken / 0.2.0 / KSOToken.podspec.json
blob071e6c25eaad1c2bb847fcbca4d7f30768e8372e
2   "name": "KSOToken",
3   "version": "0.2.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.gif"
9   ],
10   "license": {
11     "type": "BSD",
12     "file": "license.txt"
13   },
14   "authors": {
15     "William Towe": "willbur1984@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/Kosoku/KSOToken.git",
19     "tag": "0.2.0"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "requires_arc": true,
25   "source_files": "KSOToken/**/*.{h,m}",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "Ditko": [
30     ]
31   }