[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 5 / 3 / Jenga / 1.0.2 / Jenga.podspec.json
blobc97602af744906d1e1fd117c64948f44a3a04e8d
2   "name": "Jenga",
3   "version": "1.0.2",
4   "summary": "在UIKit里像SwiftUI一样DSL形式搭建TableView",
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.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": "11.0"
27   },
28   "source_files": [
29     "Sources/**/*.swift"
30   ],
31   "swift_version": "5.0"