[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 7 / STKitSwift / 1.1 / STKitSwift.podspec.json
blob34faf07da1147e3d88a8330c2a64b8b7bf2f9e4b
2   "name": "STKitSwift",
3   "version": "1.1",
4   "summary": "快速开发",
5   "description": "一些有用的类加快app开发,非常全面,是UIKit、Foundation的扩展",
6   "homepage": "https://github.com/STShenZhaoliang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shentian": "409178030@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/STShenZhaoliang/STKitSwift.git",
16     "tag": "1.1"
17   },
18   "swift_version": "5",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "ios": {
23     "dependencies": {
24       "SnapKit": [
26       ]
27     }
28   },
29   "requires_arc": true,
30   "default_subspecs": "STKit",
31   "subspecs": [
32     {
33       "name": "STKit",
34       "source_files": "STKitSwift/*.swift"
35     },
36     {
37       "name": "STAlertView",
38       "source_files": [
39         "STKitSwift/STAlertView.swift",
40         "STKitSwift/UIViewController+STKit.swift"
41       ]
42     },
43     {
44       "name": "STGradientButton",
45       "source_files": "STKitSwift/STGradientButton.swift"
46     },
47     {
48       "name": "STGradientView",
49       "source_files": "STKitSwift/STGradientView.swift"
50     },
51     {
52       "name": "STHUD",
53       "source_files": "STKitSwift/STHUD.swift"
54     },
55     {
56       "name": "STMoveButton",
57       "source_files": "STKitSwift/STMoveButton.swift"
58     },
59     {
60       "name": "STPhoneTextField",
61       "source_files": "STKitSwift/STPhoneTextField.swift"
62     },
63     {
64       "name": "STProgressView",
65       "source_files": "STKitSwift/STProgressView.swift"
66     },
67     {
68       "name": "STSegmentedControl",
69       "source_files": [
70         "STKitSwift/STSegmentedControl.swift",
71         "STKitSwift/UIView+STKit.swift"
72       ]
73     }
74   ]