[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 8 / SwiftShow / 0.3.1 / SwiftShow.podspec.json
blobe6c9f875b6ecb4fc9f7a0012dccb24265328531b
2   "name": "SwiftShow",
3   "version": "0.3.1",
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.3.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.2",
23     "5.1",
24     "5.0",
25     "4.2"
26   ],
27   "requires_arc": true,
28   "default_subspecs": "Class",
29   "subspecs": [
30     {
31       "name": "Class",
32       "source_files": "SwiftShow/Class/**/*",
33       "dependencies": {
34         "SwiftButton": [
36         ],
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.2"