blob: 0289090221e25b9064c6a07c89073d5a0ee6b0f1 [file] [log] [blame]
{
"name": "PHBNibless",
"version": "1.0.1",
"summary": "View and view controller with parameter-less initialisers",
"description": "Provides subclasses of UIView and UIView\n(called NiblessView and NiblessViewController)\nthat can be initialised using init().\nRemoves requirement to also implement initialisation from codables.",
"homepage": "https://github.com/phlippieb/PHBNibless",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Phlippie Bosman": "phlippie.bosman@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/phlippieb/PHBNibless.git",
"tag": "1.0.1"
},
"source_files": "PHBNibless/Source/*.swift",
"swift_version": "4.0"
}