[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / LayoutChain / 0.1.0 / LayoutChain.podspec.json
blobca83cebae928fdfa48ddd6102fc28f6e8e5cb64e
2   "name": "LayoutChain",
3   "version": "0.1.0",
4   "summary": "A Swift AutoLayout DSL for iOS",
5   "description": "LayoutChain has simple intuitive syntax and decreased compilation time of views layout setup. Easy access to creating single constraint and features to setup own UIStackView with a little amount of constraints.\nThe idea was to create lightweight wrapper on AutoLayout without lossing access to native API. Other frameworks may have a lot of generics and operators overload that can significantly increase the time for type-checking during compilation. Some frameworks has complex API to construct layout but even do not has simple functions to take a single constraint for its managing.",
6   "homepage": "https://github.com/romdevios/LayoutChain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roman Filippov": "roman.filippov.dev@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.2",
18   "source": {
19     "git": "https://github.com/romdevios/LayoutChain.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "swift_version": "5.2"