blob: 3659b4d6432085f5eec827c29b9105327fe97c6f [file] [log] [blame]
{
"name": "NRWViewLib",
"version": "0.1.4",
"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.4"
},
"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": "NRWCustomView",
"source_files": "NRWViewLib/NRWCustomView/*.{h,m}",
"public_header_files": "NRWViewLib/NRWCustomView/*.h",
"dependencies": {
"NRWViewLib/NRWUtil": [
],
"NRWViewLib/NRWCategory": [
]
}
},
{
"name": "NRWUIKit",
"source_files": "NRWViewLib/NRWUIKit/*.{h,m}",
"public_header_files": "NRWViewLib/NRWUIKit/*.h"
},
{
"name": "NRWUtil",
"source_files": "NRWViewLib/NRWUtil/*.{h,m}",
"public_header_files": "NRWViewLib/NRWUtil/*.h"
}
]
}