blob: ae1450ba9b768afa2482a163cb52b07ac9db1b43 [file] [log] [blame]
{
"name": "FrameAccessor",
"version": "1.0.0",
"license": "MIT",
"summary": "Easy access to view's frame.",
"homepage": "https://github.com/AlexDenisov/FrameAccessor",
"description": "\n You can access x, y, width, height, origin or size like properties.\n Like this:\n view.x = 15;\n view.width = 167;\n ",
"authors": {
"Alex Denisov": "1101.debian@gmail.com"
},
"source": {
"git": "https://github.com/AlexDenisov/FrameAccessor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "UIView+FrameAccessor.{h,m}",
"requires_arc": false
}