[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / a / GranadaLayout / 0.1.1 / GranadaLayout.podspec.json
blobda3788f3cee2345a5a6f28eb0b8a55d3abacf016
2   "name": "GranadaLayout",
3   "version": "0.1.1",
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.\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",
6   "homepage": "https://github.com/gskbyte/GranadaLayout",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Jose Alcalá Correa": "jose.alcala.correa@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/gskbyte/GranadaLayout.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "http://twitter.com/gskbyte",
19   "requires_arc": "true",
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Example/*"