[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / a / 7 / ACBTokenField / 2.3.0 / ACBTokenField.podspec.json
blob3dd09cc10892b477a2d9a8c6a2ece21720bfa3f8
2   "name": "ACBTokenField",
3   "version": "2.3.0",
4   "summary": "A swift extension on NSTokenField which makes it highly customizable and removes a lot of boilerplate code from implementation.",
5   "description": "A swift extension on NSTokenField which makes it highly customizable and removes a lot of boilerplate code from implementation. Major features are: No need to subclass/or change anything in XIB/Storyboard. Added few properties which makes it customizable such as `shouldDisplayClearButton`, `shouldDisplaySearchIcon`, `leftView`, `shouldEnableTokenMenu` etc.. No need to implement delegate methods for simpler use cases. Just set an array of token names list or provide a default list of tokens for all indices. Rest will be handled by `NSTokenField`. Supports `NSTokenFieldDelegate` as well with the customization. Just set `tokenDelegate` and implement the methods as usual. Added support for getting `selectedTokenIndex` so that tokens can be customized based on the index. `tokenIndex` provided in `NSTokenFieldDelegate` method has a bug and hence always returns zero. `selectedTokenIndex` will help in the meantime. Support for adding tokens. Support for resetting tokens. Get `tokenIndex` based on the `representedObject` param in delegate methods.",
6   "homepage": "https://github.com/akhilcb/ACBTokenField",
7   "license": "MIT",
8   "authors": "Akhil",
9   "platforms": {
10     "osx": "10.10"
11   },
12   "source": {
13     "git": "https://github.com/akhilcb/ACBTokenField.git",
14     "tag": "2.3.0"
15   },
16   "source_files": [
17     "ACBTokenField",
18     "Sources/ACBTokenField/**/*.{swift}"
19   ],
20   "resources": "ACBTokenField/Resources/Assets.xcassets",
21   "pushed_with_swift_version": "3.2"