blob: 7e302fb11ee2f108d163b4c901e0ea6b4a322bf5 [file] [log] [blame]
{
"name": "NoNibComponent",
"version": "0.1.0",
"summary": "This library is used to create UIComponent programmatically",
"description": "This library is used to create UIComponent programmatically without using xib or storyboard.",
"homepage": "https://github.com/interactord/NoNibComponent",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"interactord": "interactord@gmail.com"
},
"source": {
"git": "https://github.com/interactord/NoNibComponent.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.1"
},
"source_files": "NoNibComponent/**/*.swift",
"swift_version": "5.0"
}