blob: 4483e64d6c76b190ff02d86f8ea8b16120cadd24 [file] [log] [blame]
{
"name": "OVUIKitHelper",
"version": "1.1",
"summary": "UIView swift extension which helps manage its position, size, or alignment",
"description": "Getting/setting UIView's position and sizing becomes much easier with OVUIKitHelper! OVUIKitHelper adds top, left, bottom and right properties to UIView, so now you can manage its instances frame like never before. This helper also includes layout methods with which you can easily align any view relatively to its superview, or any other view.",
"homepage": "https://github.com/Ovrchk/OVUIKitHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ovrchk": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/Ovrchk/OVUIKitHelper.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OVUIKitHelper/Classes/**/*"
}