[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 6 / d / SugerKit / 0.1.0 / SugerKit.podspec.json
blobae68f1ca2fc3ca84671ac2855dc195051669594d
2   "name": "SugerKit",
3   "version": "0.1.0",
4   "summary": "个人开发的快捷操作方法",
5   "homepage": "https://github.com/lxm1799/SugerKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lxm1799": "goodlucky1130@163.com"
12   },
13   "source": {
14     "git": "https://github.com/lxm1799/SugerKit.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "source_files": "SugerKit/Classes/Foundation/*.swift",
25       "frameworks": [
26         "UIKit",
27         "Foundation"
28       ]
29     },
30     {
31       "name": "UIKit",
32       "source_files": "SugerKit/Classes/UIKit/*.swift",
33       "frameworks": [
34         "UIKit",
35         "Foundation"
36       ]
37     },
38     {
39       "name": "Tool",
40       "source_files": "SugerKit/Classes/Tool/*.swift",
41       "frameworks": [
42         "UIKit",
43         "Foundation"
44       ]
45     }
46   ],
47   "swift_version": "5.0"