blob: c9d0e8810d3605bac3dacbbdb067e9a6bc6cbd7a [file] [log] [blame]
{
"name": "FrameAccessorSwift",
"module_name": "FrameAccessor",
"version": "3.0.1",
"license": "MIT",
"summary": "Easy access to view's frame.",
"homepage": "https://github.com/Coeur/FrameAccessorSwift",
"description": "You can access x, y, width, height, origin or size like properties.\nLike this:\nview.x = 15\nview.width = 167",
"authors": {
"AlexDenisov": "1101.debian@gmail.com",
"holgersindbaek": "holgersindbaek@gmail.com",
"noxt": "id.noxt@gmail.com",
"Cœur": "coeur@gmx.fr"
},
"source": {
"git": "https://github.com/Coeur/FrameAccessorSwift.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"source_files": "FrameAccessor/*.{swift}"
},
"osx": {
"source_files": "FrameAccessor/ViewFrameAccessor.{swift}"
},
"pushed_with_swift_version": "3.0"
}