2 "name": "KALayoutHelper",
8 "type": "Apache License, Version 2.0",
11 "summary": "Easy layout mecanism for iOS, similar to Android, removing the pain of frame adjustments and allowing cleaner, more readable code.",
12 "homepage": "http://alexiscreuzot.com/KALayoutHelper",
14 "Alexis Creuzot": "alexis.creuzot@gmail.com"
17 "git": "https://github.com/kirualex/KALayoutHelper.git",
20 "description": "It allows you to add subviews in a layout and it will automatically stack them, vertically for the UIVerticalLayout and horizontally for the UIHorizontal layout, with no need for frame adjustments on your side.",
21 "source_files": "KALayoutHelper/*.{h,m}",
22 "frameworks": "Foundation",