[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / 0 / 1 / PUBViewKit / 0.0.3 / PUBViewKit.podspec.json
bloba6895e5cb4a82dece7c74ec588f40889195bb62f
2   "name": "PUBViewKit",
3   "version": "0.0.3",
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.3"
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       "public_header_files": "PUBViewKit/Classes/View/**/*.h",
28       "dependencies": {
29         "PUBCategory": [
31         ],
32         "PUBFontImage": [
34         ],
35         "PUBViewKit/Model": [
37         ],
38         "Masonry": [
40         ],
41         "MJRefresh": [
43         ],
44         "SDWebImage": [
46         ]
47       },
48       "resource_bundles": {
49         "PUBViewKit": [
50           "PUBViewKit/Assets/*.xcassets"
51         ]
52       }
53     },
54     {
55       "name": "Model",
56       "source_files": "PUBViewKit/Classes/Model/**/*",
57       "public_header_files": "PUBViewKit/Classes/Model/**/*.h",
58       "dependencies": {
59         "MJExtension": [
61         ]
62       }
63     },
64     {
65       "name": "Tools",
66       "source_files": "PUBViewKit/Classes/Tools/**/*",
67       "public_header_files": "PUBViewKit/Classes/Tools/**/*.h"
68     }
69   ],
70   "swift_version": "5.0"