2 "name": "DDUIKitExtensions",
4 "summary": "Helpful set of homemade UIKit extensions",
5 "homepage": "http://dashdevs.com",
11 "dashdevs llc": "hello@dashdevs.com"
14 "git": "https://github.com/dashdevs/uikitextensions.git",
20 "frameworks": "UIKit",
21 "swift_versions": "4.2",
22 "default_subspecs": "none",
26 "source_files": "Sources/CGSizeExtension/CGSize+DDExtensions.swift"
30 "source_files": "Sources/UIColorExtension/UIColor+DDExtensions.swift"
34 "source_files": "Sources/UIImageExtension/UIImage+DDExtensions.swift"
37 "name": "UINavigationController",
38 "source_files": "Sources/UINavigationControllerExtension/UINavigationController+DDExtensions.swift"
41 "name": "UITableView",
42 "source_files": "Sources/UITableViewExtension/UITableView+DDExtensions.swift"
46 "source_files": "Sources/UIViewExtension/UIView+DDExtensions.swift"
49 "name": "UIViewController",
50 "source_files": "Sources/UIViewControllerExtension/UIViewController+DDExtensions.swift"
53 "name": "UITextField",
54 "source_files": "Sources/UITextFieldExtension/UITextField+DDExtensions.swift"
57 "name": "UIApplication",
58 "source_files": "Sources/UIApplicationExtension/UIApplication+DDExtensions.swift"
61 "name": "UIKit+Sketch",
63 "Sources/UIKitSketchExtension/CALayer+DDExtensions.swift",
64 "UIKitExtensions/NSAttributedString+DDExtensions.swift",
65 "UIKitExtensions/UIScreen+DDExtensions.swift"
69 "name": "PaddedLabel",
70 "source_files": "Sources/PaddedLabelExtension/PaddedLabel.swift"
73 "swift_version": "4.2"