blob: 79e992cca45699542df63069f5ef53bc2edc28db [file] [log] [blame]
{
"name": "GeonuUIKit",
"version": "0.3.5",
"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.5"
},
"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"
}