blob: 03c4ed3013bf9261956570ee6e7c2322d1c1f835 [file] [log] [blame]
{
"name": "NITools",
"version": "0.1.2",
"summary": "个人工具类集合整理:尝试组件开发\n 「001-优化NIPrivacyView.h/m(开放尽可能多的属性-方便使用者精细定制化)-tag:0.1.1」\n 「002-Allow Non-modular includes in Framework Mo 「修复」」\n 「003-组件的色系要能统一修改、组件属性尽量多开放、属性能精细修改、(NITools待更新)-tag:0.1.3」",
"description": "优化NIPrivacyView.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.2"
},
"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": "NICategory",
"source_files": "NITools/Classes/NICategory/*.{h,m}"
},
{
"name": "NIView",
"source_files": "NITools/Classes/NIView/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYText": [
]
}
}
]
}