2 "name": "NibLoadableView",
4 "summary": "A UIView parent class to make XIB loading easy.",
5 "description": "Make any of your UIView subclasses XIB loadable by setting NibLoadableView as your parent class, creating a .xib file with the same name as your view class, asigning the File Owner, and build you UI. Then in your View Controller, drag a blank UIView and set the custom class to your NibLoadableView subclass.",
6 "homepage": "https://github.com/erusso1/NibLoadableView",
12 "erusso1": "ephraim.s.russo@gmail.com"
15 "git": "https://github.com/erusso1/NibLoadableView.git",
21 "swift_versions": "5.0",
22 "source_files": "NibLoadableView/Classes/**/*",
23 "swift_version": "5.0"