[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 0 / 1 / PUBViewKit / 0.0.2 / PUBViewKit.podspec.json
blob8bc51bde9fa072e5d2f94898d21965384dccdf00
2   "name": "PUBViewKit",
3   "version": "0.0.2",
4   "summary": "A short description of PUBViewKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/iospublic/PUBViewKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iospublic": "iospublic"
13   },
14   "source": {
15     "git": "https://github.com/iospublic/PUBViewKit.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "View",
26       "source_files": "PUBViewKit/Classes/View/**/*",
27       "dependencies": {
28         "PUBCategory": [
30         ],
31         "PUBFontImage": [
33         ],
34         "PUBViewKit/Model": [
36         ],
37         "Masonry": [
39         ],
40         "MJRefresh": [
42         ],
43         "SDWebImage": [
45         ]
46       },
47       "resource_bundles": {
48         "PUBViewKit": [
49           "PUBViewKit/Assets/*.xcassets"
50         ]
51       }
52     },
53     {
54       "name": "Model",
55       "source_files": "PUBViewKit/Classes/Model/**/*",
56       "dependencies": {
57         "MJExtension": [
59         ]
60       }
61     },
62     {
63       "name": "Tools",
64       "source_files": "PUBViewKit/Classes/Tools/**/*"
65     }
66   ],
67   "swift_version": "5.0"