blob: 7e29b2b8f7cca4c3f8d140451396f86368c32b9c [file] [log] [blame]
{
"name": "KNMNibLoadedViews",
"version": "1.2.0",
"summary": "Support for views loaded from NIB/XIB files",
"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.",
"homepage": "https://github.com/konoma/nib-loaded-views",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/konoma/nib-loaded-views.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"private_header_files": "Sources/KNMNibViewLoader.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}