[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 8 / ChainLayout / 0.2.0 / ChainLayout.podspec.json
blobc025f4e854d5ffe503ca0b6d816316be2015ea75
2   "name": "ChainLayout",
3   "version": "0.2.0",
4   "summary": "Layout helpers with chained calls",
5   "description": "UIView extension to create NSLayoutConstrains and manage them",
6   "homepage": "https://github.com/sclown/chain-layout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Kurkin": "kurd1983@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sclown/chain-layout.git",
16     "tag": "0.2.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ChainLayout/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"