blob: 55d48ef5174efaead826c107118a8a49b4f04679 [file] [log] [blame]
{
"name": "NibLoadableView",
"version": "1.0.0",
"summary": "A UIView parent class to make XIB loading easy.",
"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.",
"homepage": "https://github.com/erusso1/NibLoadableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/NibLoadableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "NibLoadableView/Classes/**/*",
"swift_version": "5.0"
}