blob: d7e42e5bdc3f7fe14f89c8b5ca02122beea14bb3 [file] [log] [blame]
{
"name": "GeonuUIKit",
"version": "0.3.2",
"swift_versions": "5.0",
"authors": {
"Geonu Jeon": "geonu1109@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/geonu1109/GeonuUIKit",
"source": {
"git": "https://github.com/geonu1109/GeonuUIKit.git",
"tag": "0.3.2"
},
"summary": "GeonuUIKit is library that makes it easier to implement iOS views with UIKit.",
"description": "GeonuUIKit is library that makes it easier to implement iOS views with UIKit.\nIt contains extensions of components of UIKit and UIKit components builder.",
"platforms": {
"ios": "11.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "GeonuUIKit/Classes/**/*",
"swift_version": "5.0"
}