[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 4 / 5 / 8 / LinearView / 1.0.2 / LinearView.podspec.json
blobfbcc1bab5c5af926eb342067eacc342206c980e1
2   "name": "LinearView",
3   "version": "1.0.2",
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.0.2"
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   "swift_version": "5.0"