4 "summary": "ZZXibView is a small lib to let you load custom xib eaiser with storyboard.",
5 "description": "ZZXibView is a small lib to let you load custom xib eaiser with storyboard.\nInspired by \"http://supereasyapps.com/blog/2014/12/15/create-an-ibdesignable-uiview-subclass-with-code-from-an-xib-file-in-xcode-6\".\n\nUsage:\n\n1. Write your custom class extends from ZZXibView\n2. Create xib file with the same name of your custom class\n3. Set File's Owner of xib to your custom class\n4. Design & connect IBOutlets/IBActions as you wish, you can even IB_Designable your custom class as well.\n5. When using in another xib or storyboard, just place a UIView and flag it as your custom class.\n6. That's all.",
6 "homepage": "https://github.com/zzdjk6/ZZXibView",
9 "Shenghan Chen": "zzdjk6@gmail.com"
12 "git": "https://github.com/zzdjk6/ZZXibView.git",
19 "source_files": "Pod/Classes/**/*",