4 "summary": "Tailor the Swift language to your needs by choosing from useful extensions missing from the Swift Core Libraries / Foundation framework.",
5 "swift_versions": "4.2",
6 "description": "Tailor the Swift language to your needs by choosing from a number of extensions comprising useful functions missing from the core libraries.\n* CollectionAdditions - Map directly to an array of distinct elements / check whether a `Collection` is __not__ empty.\n* DictionaryAdditions - Instantiate a Swift dictionary from an array of tuples.\n* IntAdditions - Use isZero property rather than == 0 for more readable syntax.\n* StringAdditions - Check whether a `String` is __not__ empty.\n* UIButtonAdditions - Debounce UIButton taps.\n* UIColorAdditions - UIColor extension for getting a lighter / darker shade of a given colour.\n* UIViewAdditions - Round view corners individually.",
7 "homepage": "https://github.com/rwbutler/TailorSwift",
13 "Ross Butler": "github@rwbutler.com"
16 "git": "https://github.com/rwbutler/TailorSwift.git",
19 "social_media_url": "https://twitter.com/ross_w_butler",
23 "source_files": "TailorSwift/Classes/**/*",
24 "swift_version": "4.2"