blob: dfeb6a9ab47397c8870a71d7a54dcf1a5248cf34 [file] [log] [blame]
{
"name": "NibLoadableView",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "NibLoadableView/Classes/**/*"
}