[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / e / NRWViewLib / 0.1.4 / NRWViewLib.podspec.json
blob3659b4d6432085f5eec827c29b9105327fe97c6f
2   "name": "NRWViewLib",
3   "version": "0.1.4",
4   "summary": "Base View",
5   "description": "Base View Lib",
6   "homepage": "https://github.com/UknowHui/NRWViewLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "UknowHui": "wangyahuiuknow@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/UknowHui/NRWViewLib.git",
19     "tag": "0.1.4"
20   },
21   "source_files": "NRWViewLib/NRWViewLib.h",
22   "public_header_files": "NRWViewLib/NRWViewLib.h",
23   "resources": "NRWViewLib/NRWViewLib.bundle",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "NRWCategory",
28       "source_files": "NRWViewLib/NRWCategory/*.{h,m}",
29       "public_header_files": "NRWViewLib/NRWCategory/*.h"
30     },
31     {
32       "name": "NRWCustomView",
33       "source_files": "NRWViewLib/NRWCustomView/*.{h,m}",
34       "public_header_files": "NRWViewLib/NRWCustomView/*.h",
35       "dependencies": {
36         "NRWViewLib/NRWUtil": [
38         ],
39         "NRWViewLib/NRWCategory": [
41         ]
42       }
43     },
44     {
45       "name": "NRWUIKit",
46       "source_files": "NRWViewLib/NRWUIKit/*.{h,m}",
47       "public_header_files": "NRWViewLib/NRWUIKit/*.h"
48     },
49     {
50       "name": "NRWUtil",
51       "source_files": "NRWViewLib/NRWUtil/*.{h,m}",
52       "public_header_files": "NRWViewLib/NRWUtil/*.h"
53     }
54   ]