blob: c8deae0ac4d5e269ea8db2918077789065c396cb [file] [log] [blame]
{
"name": "KSOToken",
"version": "0.6.0",
"summary": "KSOToken is a UITextView subclass that provides functionality similar to NSTokenField on macOS.",
"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.",
"homepage": "https://github.com/Kosoku/KSOToken",
"screenshots": [
"https://github.com/Kosoku/KSOToken/raw/master/screenshots/iOS-1.png",
"https://github.com/Kosoku/KSOToken/raw/master/screenshots/iOS-2.png"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOToken.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "KSOToken/**/*.{h,m}",
"private_header_files": "KSOToken/Private/*.h",
"frameworks": "UIKit",
"dependencies": {
"Ditko": [
]
}
}