2 "name": "GranadaLayout",
4 "summary": "A simple layout system for iOS providing Android-like linear and relative layouts.",
5 "description": "GranadaLayout tries to emulate the Android Layout system and bring as much as possible from its functionality to the iOS world.\nIt includes a relative layout to position and size views relative to each other and a linear layout to stack views.\n A layout inflater is also provided, so that layouts can be defined in simple JSON files.",
6 "homepage": "https://github.com/gskbyte/GranadaLayout",
7 "license": "Apache License, Version 2.0",
9 "Jose Alcalá Correa": "jose.alcala.correa@gmail.com"
15 "git": "https://github.com/gskbyte/GranadaLayout.git",
18 "social_media_url": "http://twitter.com/gskbyte",
23 "exclude_files": "Example/*",
24 "private_header_files": "Classes/Private/*.h"