blob: 5e11401b98297c8c7adee6c0f1829915f2100ef0 [file] [log] [blame]
{
"name": "KSTokenView",
"version": "2.1.0",
"summary": "An iOS control for displaying multiple selections as tokens.",
"description": "A KSTokenView is a control that displays a collection of tokens in a an editable UITextField and sends messages to delegate object. It can also be used to gather small amounts of text from user and perform search operation. User can choose multiple search results, which are displayed as token in UITextField.",
"homepage": "https://github.com/khawars/KSTokenView",
"screenshots": [
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/iphone1.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/iphone2.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/iphone3.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/iphone4.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/ipad1.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/ipad2.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/ipad3.png",
"https://raw.githubusercontent.com/khawars/KSTokenView/screenshots/screenshots/ipad4.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Khawar Shahzad": "khawar.shzd@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/khawars/KSTokenView.git",
"tag": "2.1.0"
},
"source_files": "KSTokenView/*.swift",
"requires_arc": true
}