[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 9 / KSTokenView / 1.0.0 / KSTokenView.podspec.json
blobcb8a4cc3eeb8b13e73f812ef61cbe3e93788570f
2   "name": "KSTokenView",
3   "version": "1.0.0",
4   "summary": "An iOS control for displaying multiple selections as tokens.",
5   "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 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.\n",
6   "homepage": "https://github.com/khawars/KSTokenView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Khawar Shahzad": "khawar.shzd@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/khawars/KSTokenView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "KSTokenView/*.swift",
22   "requires_arc": true