blob: 9211389ca97b8ff861b895b65fee5b693917af69 [file] [log] [blame]
{
"name": "TailorSwift",
"version": "0.0.2",
"summary": "Tailor the Swift language to your needs by choosing from a number of extensions comprising useful functions missing in the core libraries.",
"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* UIColorAdditions - UIColor extension for getting a lighter / darker shade of a given colour.",
"homepage": "https://github.com/rwbutler/TailorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/TailorSwift.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "8.0"
},
"source_files": "TailorSwift/Classes/**/*",
"pushed_with_swift_version": "3.1"
}