[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 7 / 4 / 2 / NestLayout / 0.1.1 / NestLayout.podspec.json
blob1accdd597d4cd364a8b947fbe816b4e1b1791677
2   "name": "NestLayout",
3   "version": "0.1.1",
4   "summary": "Syntactic sugar for StackViews layout",
5   "description": "This framework makes exclusive use of StackViews for configuring the layout: basically you can see it as syntactic sugar for StackView based layouts. the benefits are:\n\n* The layout logic is implemented by Apple and the StackViews, not a third party developer. This means you can rely on it in terms of performance and implementation bugs.\n* The API exposed by this framework will not change as long as the API used by StackViews does not change. This means you can rely on it in terms of long-term maintainability.\n* The API exposed by this framework keeps your code tidy, easier to read and more expressive. In the end, less prone to bugs.",
6   "homepage": "https://github.com/acecilia/NestLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AndrĂ©s Cecilia Luque": "a.cecilia.luque@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/acecilia/NestLayout.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"