blob: dd973fcae5f74248f37ae116848b8a37d67f9bc0 [file] [log] [blame]
{
"name": "PHBNibless",
"version": "1.0.0",
"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.0"
},
"source_files": "PHBNibless/Source/*.swift",
"swift_version": "4.0"
}