blob: 5984d40836f23720409a7214336dc692a2393fd9 [file] [log] [blame]
{
"name": "relative-view",
"version": "1.0.1",
"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.1"
},
"source_files": "RelativeView/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}