blob: ed704073df207975177ff97b8f1c9dd6c84017a0 [file] [log] [blame]
{
"name": "relative-view",
"version": "1.0.2",
"summary": "A UIKit extension for UIView providing methods/operations dedicated to finding other UIViews relatively.",
"description": "RelativeView is a UIKit extension for UIView providing methods/operations dedicated to finding other UIViews relatively.\nIt offers operations to find and group ancestor (parent), descendant (child) and sibling UIViews. There are also operations\nto determine whether a UIView is the ancestor, descendant or sibling of another UIView.",
"homepage": "https://github.com/JYSWDV/relative-view",
"license": {
"type": "GNU GPLv3",
"file": "LICENSE.md"
},
"authors": "Jae Yeum",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JYSWDV/relative-view.git",
"tag": "1.0.2"
},
"source_files": "RelativeView/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}