blob: f96926bffd610d5954fc4e9ae4fd529821bcf917 [file] [log] [blame]
{
"name": "NRWViewLib",
"version": "0.1.6",
"summary": "Base View",
"description": "Base View Lib",
"homepage": "https://github.com/UknowHui/NRWViewLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"UknowHui": "wangyahuiuknow@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/UknowHui/NRWViewLib.git",
"tag": "0.1.6"
},
"source_files": "NRWViewLib/NRWViewLib.h",
"public_header_files": "NRWViewLib/NRWViewLib.h",
"resources": "NRWViewLib/NRWViewLib.bundle",
"requires_arc": true,
"subspecs": [
{
"name": "NRWCategory",
"source_files": "NRWViewLib/NRWCategory/*.{h,m}",
"public_header_files": "NRWViewLib/NRWCategory/*.h"
},
{
"name": "NRWUIKit",
"source_files": "NRWViewLib/NRWUIKit/*.{h,m}",
"public_header_files": "NRWViewLib/NRWUIKit/*.h"
}
]
}