[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 8 / SwiftShow / 0.7.3 / SwiftShow.podspec.json
blob301dac4891d9ec629124a03b25fd30f1b7277d5f
2   "name": "SwiftShow",
3   "version": "0.7.3",
4   "summary": "弹窗组件.",
5   "description": "工具.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftShow.git",
16     "tag": "0.7.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.4",
24     "5.3",
25     "5.2",
26     "5.1",
27     "5.0",
28     "4.2"
29   ],
30   "requires_arc": true,
31   "default_subspecs": "Class",
32   "subspecs": [
33     {
34       "name": "Class",
35       "source_files": "Sources/SwiftShow/Show/**/*",
36       "dependencies": {
37         "SnapKit": [
39         ]
40       }
41     },
42     {
43       "name": "Presentation",
44       "source_files": "SwiftShow/Presentation/**/*",
45       "dependencies": {
46         "SwiftShow/Class": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.5"