[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 5 / 8 / LinearView / 1.2.0 / LinearView.podspec.json
blobbf84878b306bdf544428a0e901e5dd596b80f0e8
2   "name": "LinearView",
3   "version": "1.2.0",
4   "summary": "基于UIStackView构建的线性布局视图 使用链式封装快速构建垂直或水平排版的视图",
5   "homepage": "https://github.com/lixiang1994/LinearView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LEE": "18611401994@163.com"
12   },
13   "source": {
14     "git": "https://github.com/lixiang1994/LinearView.git",
15     "tag": "1.2.0"
16   },
17   "requires_arc": true,
18   "swift_versions": [
19     "5.0"
20   ],
21   "frameworks": "Foundation",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "platforms": {
26     "ios": "9.0"
27   },
28   "source_files": [
29     "Sources/*.swift"
30   ],
31   "subspecs": [
32     {
33       "name": "Privacy",
34       "resource_bundles": {
35         "Privacy": "Sources/PrivacyInfo.xcprivacy"
36       }
37     }
38   ],
39   "swift_version": "5.0"