[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 4 / 3 / TailorSwift / 0.0.6 / TailorSwift.podspec.json
blobbcc065367654eff922ddcc4393bc0c7eea0cfd1b
2   "name": "TailorSwift",
3   "version": "0.0.6",
4   "summary": "Tailor the Swift language to your needs by choosing from useful extensions missing from the Swift Core Libraries / Foundation framework.",
5   "swift_version": "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 instead of converting to an intermediate Set.\n* DictionaryAdditions - Instantiate a Swift dictionary from an array of tuples.\n* UIButtonAdditions - Debounce UIButton taps.\n* UIColorAdditions - UIColor extension for getting a lighter / darker shade of a given colour.",
7   "homepage": "https://github.com/rwbutler/TailorSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ross Butler": "github@rwbutler.com"
14   },
15   "source": {
16     "git": "https://github.com/rwbutler/TailorSwift.git",
17     "tag": "0.0.6"
18   },
19   "social_media_url": "https://twitter.com/ross_w_butler",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "TailorSwift/Classes/**/*"