blob: 3f3856271dc068e687b4cafb44ed9082cce3c8f3 [file] [log] [blame]
{
"name": "FrameAccessor",
"version": "2.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",
"noxt": "id.noxt@gmail.com"
},
"source": {
"git": "https://github.com/AlexDenisov/FrameAccessor.git",
"tag": "2.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"ios": {
"source_files": "FrameAccessor/*.{h,m}"
},
"osx": {
"source_files": [
"FrameAccessor/FrameAccessor.h",
"FrameAccessor/ViewFrameAccessor.{h,m}"
]
}
}