blob: 1aa431bf67324864811e4ecc80d60968ad2053e6 [file] [log] [blame]
{
"name": "NITools",
"version": "0.1.3",
"summary": "个人工具类集合整理:尝试组件开发-新增NSString分类(NSString+VersionCompare.h/m)-app发布版本号比较;新增获取ip地址工具类-支持获取ipv6地址",
"description": "新增NSString分类-app版本比较",
"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.3"
},
"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": "NIIPTool",
"source_files": "NITools/Classes/NIIPTool/*.{h,m}"
},
{
"name": "NIView",
"source_files": "NITools/Classes/NIView/*.{h,m}",
"dependencies": {
"Masonry": [
],
"YYText": [
]
}
}
]
}