[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 8 / d / WYNullView / 1.0.3 / WYNullView.podspec.json
blobafc53a8781162919f26606acbca0a1b431b8feca
2   "name": "WYNullView",
3   "version": "1.0.3",
4   "summary": "An easy way to use when view' content is empty",
5   "description": "This lib has been designed in a way where you won't need to extend UIView class. You will be able to fully customize the content and appearance of the empty states for your application",
6   "homepage": "https://github.com/WymanLyu/WYNullView",
7   "license": "MIT",
8   "authors": {
9     "wyman": "wyman.lyu@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/WymanLyu/WYNullView.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "WYNullView/WYNullView.h",
19   "public_header_files": "WYNullView/WYNullView.h",
20   "resources": "WYNullView/WYNullView.bundle",
21   "subspecs": [
22     {
23       "name": "Tool",
24       "source_files": "WYNullView/Tool/*.{h,m}",
25       "public_header_files": "WYNullView/Tool/*.h"
26     },
27     {
28       "name": "View",
29       "source_files": "WYNullView/View/*.{h,m}",
30       "public_header_files": "WYNullView/View/*.h"
31     },
32     {
33       "name": "Category",
34       "dependencies": {
35         "WYNullView/View": [
37         ],
38         "WYNullView/Tool": [
40         ]
41       },
42       "source_files": "WYNullView/Category/*.{h,m}",
43       "public_header_files": "WYNullView/Category/*.h"
44     }
45   ]