blob: 866f5483dc2a967bdf80be0fe32fc4997d0a8c64 [file] [log] [blame]
{
"name": "FrameAccessor",
"version": "1.1.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": {
"AlexDenisov": "1101.debian@gmail.com",
"holgersindbaek": "holgersindbaek@gmail.com"
},
"source": {
"git": "https://github.com/AlexDenisov/FrameAccessor.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "FrameAccessor.{h,m}",
"requires_arc": false
}