blob: b2541cd71528050ba74cb1014e434ff543798012 [file] [log] [blame]
{
"name": "RMNibLoadedView",
"version": "1.0.1",
"summary": "RMNibLoadedView nib Loader view class that respects IBInspectable / IBDesignable options.",
"description": "upport for views loaded from NIB/XIB files from code and interface builder.\nRespects IBInspectable / IBDesignable options. Inspired by https://github.com/konoma/nib-loaded-views.",
"homepage": "https://github.com/byzyn4ik/RMNibLoadedView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maks Petrovsky": "petrovskiy@real.me"
},
"source": {
"git": "https://github.com/byzyn4ik/RMNibLoadedView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RMNibLoadedView/Classes/**/*",
"frameworks": "UIKit"
}