blob: 21a56b285af26cb1f895720d56b41b1eb504a5e7 [file] [log] [blame]
{
"name": "HHNibView",
"version": "0.1.0",
"summary": "UIView super class for managing xib easily.",
"description": "TODO: Create a new xib using UIView. Change super class of your custom view to HHNibView. Add your custom class as file owner in xib. Please note that your custom class and xib must have same name.",
"homepage": "https://github.com/hardik99/HHNibView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hardik99": "hardik.halani14@gmail.com"
},
"source": {
"git": "https://github.com/hardik99/HHNibView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HHNibView/Classes/**/*"
}