[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 5 / 3 / Jenga / 1.0.6 / Jenga.podspec.json
blob60de7eecc43507f9ae625de92461957ecd71962d
2   "name": "Jenga",
3   "version": "1.0.6",
4   "summary": "像SwiftUI一样使用DSL代码搭建UITableView",
5   "homepage": "https://github.com/fanglinwei/Jenga",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fun": "lw_fun@163.com"
12   },
13   "source": {
14     "git": "https://github.com/fanglinwei/Jenga.git",
15     "tag": "1.0.6"
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": "11.0"
27   },
28   "source_files": [
29     "Sources/**/*.swift"
30   ],
31   "swift_version": "5.0"