blob: 4942024ac69a2c6b0235d4d328095e44b0c75c15 [file] [log] [blame]
{
"name": "GranadaLayout",
"version": "0.2.4",
"summary": "A simple layout system for iOS providing Android-like linear and relative layouts.",
"description": " GranadaLayout tries to emulate the Android Layout system and bring as much as possible from its functionality to the iOS world.\n\t\t It includes a relative layout to position and size views relative to each other and a linear layout to stack views.\n \t\t A layout inflater is also provided, so that layouts can be defined in simple JSON files.\n",
"homepage": "https://github.com/gskbyte/GranadaLayout",
"license": "Apache License, Version 2.0",
"authors": {
"Jose Alcalá Correa": "jose.alcala.correa@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gskbyte/GranadaLayout.git",
"tag": "0.2.4"
},
"social_media_url": "http://twitter.com/gskbyte",
"requires_arc": "true",
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Example/*"
}