[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / 5 / e / SZTools / 1.0.26 / SZTools.podspec.json
blob18d9a0091b3be6cfeff9ca934b2f0fc18a26727a
2   "name": "SZTools",
3   "version": "1.0.26",
4   "summary": "Swift 常用方法整理.",
5   "description": "自己项目中 swift 常用的方法整理",
6   "homepage": "https://github.com/willzh/SZTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "willzh": "zworrks@163.com"
13   },
14   "source": {
15     "git": "https://github.com/willzh/SZTools.git",
16     "tag": "1.0.26"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SZTools/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "Extensions",
26       "source_files": "SZTools/Classes/Extensions/**/*"
27     },
28     {
29       "name": "Manager",
30       "source_files": "SZTools/Classes/Manager/**/*"
31     },
32     {
33       "name": "FileManager",
34       "source_files": "SZTools/Classes/FileManager/**/*",
35       "dependencies": {
36         "SZTools/Extensions": [
38         ]
39       }
40     },
41     {
42       "name": "CustomUI",
43       "source_files": "SZTools/Classes/CustomUI/**/*",
44       "dependencies": {
45         "SZTools/Extensions": [
47         ],
48         "SZTools/Manager": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"