[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 1 / 4 / ZTUIKit / 0.2.0 / ZTUIKit.podspec.json
blob689a0c870f41781fed7c492874e3329a96928b5b
2   "name": "ZTUIKit",
3   "version": "0.2.0",
4   "summary": "ZTUIKit is specifically designed for UIKit, providing a SwiftUI-like experience for building UI interfaces in UIKit.",
5   "description": "ZTUIKit is a lightweight and flexible UI framework written in Swift, designed to simplify the development of user interfaces for iOS applications. It provides a set of reusable UI components and utilities that can be easily integrated into your projects.",
6   "homepage": "https://github.com/willonboy/ZTUIKit",
7   "license": {
8     "type": "MPL-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "trojan zhang": "willonboy@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/willonboy/ZTUIKit.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,m}",
22   "exclude_files": "Sources/Exclude",
23   "swift_versions": "5.1",
24   "dependencies": {
25     "ZTChain": [
26       "1.0.0"
27     ],
28     "ZTStyle": [
29       "1.0.0"
30     ],
31     "SnapKit": [
32       "5.6.0"
33     ]
34   },
35   "swift_version": "5.1"