[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 9 / 2 / KALayoutHelper / 0.5 / KALayoutHelper.podspec.json
blob754c0702f966b161fd514f8915d10fefa68dadc8
2   "name": "KALayoutHelper",
3   "version": "0.5",
4   "platforms": {
5     "ios": null
6   },
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
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",
13   "authors": {
14     "Alexis Creuzot": "alexis.creuzot@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/kirualex/KALayoutHelper.git",
18     "tag": "0.5"
19   },
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",
23   "requires_arc": false