[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 9 / KSTokenView / 1.1 / KSTokenView.podspec.json
blob1c2ab495730106beaf3be45a4d64d433bceee283
2   "name": "KSTokenView",
3   "version": "1.1",
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.1"
20   },
21   "source_files": "KSTokenView/*.swift",
22   "requires_arc": true