[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 0 / CSLayout / 1.0.0 / CSLayout.podspec.json
blob0e626b8f071e8fb231c8e86876fae9e9a269da74
2   "name": "CSLayout",
3   "version": "1.0.0",
4   "summary": "CSLayout is a lightweight Swift framework for declarative layout in iOS.",
5   "description": "CSLayout provides a simple and intuitive way to define layouts in Swift code using a declarative syntax. It is inspired by SwiftUI's layout system and aims to bring similar ease of use to UIKit-based projects.",
6   "homepage": "https://gitee.com/yscodingman/cslayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Your Name": "your.email@example.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yscodingman/cslayout.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "CSLayout/*",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": "5.0",
23   "swift_version": "5.0"