2 "name": "KNMNibLoadedViews",
4 "summary": "Support for views loaded from NIB/XIB files",
5 "description": "Provides subclasses of UIView, UIControl, UITableViewCell and UICollectionViewCell that load their content from a NIB/XIB file.\nIf the XIB file has the same name as the view subclass, ususally no futher configuration is needed.\n\nThere's a simple example project in the repo which demonstrates the basic functionality of the library.",
6 "homepage": "https://github.com/konoma/nib-loaded-views",
12 "Markus Gasser": "markus.gasser@konoma.ch"
18 "git": "https://github.com/konoma/nib-loaded-views.git",
21 "source_files": "Sources/**/*.{h,m}",
22 "public_header_files": "Sources/**/*.h",
23 "private_header_files": "Sources/KNMNibViewLoader.h",