[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / b / 4 / 3 / TailorSwift / 0.0.3 / TailorSwift.podspec.json
blob5c0eb243499857f24ec582a2d112460275de45d6
2   "name": "TailorSwift",
3   "version": "0.0.3",
4   "summary": "Tailor the Swift language to your needs by choosing from a number of extensions comprising useful functions missing in the core libraries.",
5   "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.",
6   "homepage": "https://github.com/rwbutler/TailorSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ross Butler": "github@rwbutler.com"
13   },
14   "source": {
15     "git": "https://github.com/rwbutler/TailorSwift.git",
16     "tag": "0.0.3"
17   },
18   "social_media_url": "https://twitter.com/ross_w_butler",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "TailorSwift/Classes/**/*"