[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 6 / ResizingTokenField / 0.1.1 / ResizingTokenField.podspec.json
blob6877932eed06b80442ffa64c3106a8ce267ef345
2   "name": "ResizingTokenField",
3   "version": "0.1.1",
4   "summary": "A token field implementation written in Swift 5.",
5   "homepage": "https://github.com/tadejr/ResizingTokenField.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tadej Razborsek": "razborsek.tadej@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/tadejr/ResizingTokenField.git",
15     "tag": "0.1.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ResizingTokenField/Classes/**/*",
22   "frameworks": "UIKit",
23   "description": "The token field displays an optional label at the start, a multiline list of tokens, and a text field at the end. Tokens can be collapsed into a text description. Internally it uses a collection view which supports insert and delete animations. Tokens can be customized by changing default token font and colors or providing entirely custom collection view cells. Token field provides an intrinsic content height which updates automatically as items are added and removed.",
24   "swift_version": "5.0"