blob: b4b2fbdcaaf69de7842e4fb597bc0a5f75923d1b [file] [log] [blame]
{
"name": "FrameAccessor",
"version": "1.3.2",
"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": "1.3.2"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"ios": {
"source_files": "FrameAccessor/*.{h,m}"
},
"osx": {
"source_files": [
"FrameAccessor/FrameAccessor.h",
"FrameAccessor/ViewFrameAccessor.{h,m}"
]
},
"requires_arc": false
}