[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 6 / 0 / ClosureLayout / 1.0.1 / ClosureLayout.podspec.json
blob99090e6350f3dbd33fb83f6f82df3ef585d0921d
2   "name": "ClosureLayout",
3   "version": "1.0.1",
4   "summary": "A lightweight DSL for simple auto layout in Swift.",
5   "description": "ClosureLayout enables you to create constraints with a simple closure and straightforward operators.",
6   "homepage": "https://github.com/Kolos65/ClosureLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kolos Foltányi": "kolos65@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kolos65/ClosureLayout.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "Sources/ClosureLayout/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   }