blob: 4fe77c17ee62cd3aca4f84beee1e432d079292d6 [file] [log] [blame]
{
"name": "NITools",
"version": "0.1.5",
"summary": "个人工具类集合整理:尝试组件开发-tag:0.1.5 - NITools:优化UIView+NIFrame.h/m-支持设置圆角、设置边框、设置圆角&边框、给指定哪几个角设置圆角、设置阴影;新增:UIColor+NIColor.h/m适配暗黑模式颜色",
"description": "tag:0.1.5 - NITools:优化UIView+NIFrame.h/m-支持设置圆角、设置边框、设置圆角&边框、给指定哪几个角设置圆角、设置阴影;新增:UIColor+NIColor.h/m适配暗黑模式颜色",
"homepage": "https://github.com/wvqusrtg/NITools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nixinsheng": "1911398892@qq.com"
},
"source": {
"git": "https://github.com/wvqusrtg/NITools.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"libraries": [
"resolv",
"iconv",
"stdc++",
"c++",
"sqlite3"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"Masonry": [
],
"YYText": [
]
},
"subspecs": [
{
"name": "NIMacro",
"source_files": "NITools/Classes/NIMacro/*.{h,m}"
},
{
"name": "NICategory",
"source_files": "NITools/Classes/NICategory/*.{h,m}"
},
{
"name": "NIIPTool",
"source_files": "NITools/Classes/NIIPTool/*.{h,m}"
},
{
"name": "NIView",
"source_files": "NITools/Classes/NIView/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYText": [
]
}
}
]
}