blob: fd535d129bfeb2701395db12c827442b06660d51 [file] [log] [blame]
{
"name": "NITools",
"version": "0.2.0",
"summary": "个人工具类集合整理:尝试组件开发 - tag:0.2.0 - NITools:pod类里使用图片资源文件-优化抽离NSBundle+NILibrary、UIImage+NILibrary分类",
"description": "- tag:0.2.0 - NITools:pod类里使用图片资源文件-优化抽离NSBundle+NILibrary、UIImage+NILibrary分类",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"NITools": [
"NITools/Assets/*.{png,xib,nib,bundle}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"libraries": [
"resolv",
"iconv",
"stdc++",
"c++",
"sqlite3"
],
"dependencies": {
"AFNetworking": [
],
"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": [
],
"NITools/NIMacro": [
],
"NITools/NICategory": [
]
}
}
]
}