blob: 6b47881a8e0791f17e03f0057660bea1943a49e0 [file] [log] [blame]
{
"name": "Nibbable",
"version": "0.2.0",
"summary": "Auto loader of a XIB file associated to a `UIView`",
"swift_version": "5.0",
"description": "Simple framework to allow a view to automatically load an associataed xib file when the view is instantiated",
"homepage": "https://github.com/jeden/nibbable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antonio Bello": "jeden@elapsus.com"
},
"source": {
"git": "https://github.com/jeden/nibbable.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/ant_bello",
"platforms": {
"ios": "8.0"
},
"source_files": "Nibbable/Classes/**/*"
}