blob: 1844dc29d3135eb9ec8d41bc0a3b0b95522abc3a [file] [log] [blame]
{
"name": "IU_GeneralTools",
"version": "0.1.0",
"summary": "A short description of IU_GeneralTools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ZiOS-Repo/IU_GeneralTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
},
"source": {
"git": "https://github.com/ZiOS-Repo/IU_GeneralTools.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "IU_GeneralTools/**/IU_GeneralTools.h",
"source_files": "IU_GeneralTools/**/IU_GeneralTools.h",
"subspecs": [
{
"name": "DeviceInfo",
"source_files": "IU_GeneralTools/**/DeviceInfo/*.{h,m}"
},
{
"name": "DateFormatter",
"source_files": "IU_GeneralTools/**/DateFormatter/*.{h,m}"
},
{
"name": "DeepLinkModel",
"source_files": "IU_GeneralTools/**/DeepLinkModel/*.{h,m}"
},
{
"name": "FileManager",
"source_files": "IU_GeneralTools/**/FileManager/*.{h,m}"
},
{
"name": "NSArray+IndexPath",
"source_files": "IU_GeneralTools/**/NSArray+IndexPath/*.{h,m}"
},
{
"name": "IrregularElementsCreator",
"source_files": "IU_GeneralTools/**/IrregularElementsCreator/*.{h,m}"
},
{
"name": "NumberFormatter",
"source_files": "IU_GeneralTools/**/NumberFormatter/*.{h,m}"
},
{
"name": "RegEx",
"source_files": "IU_GeneralTools/**/RegEx/*.{h,m}",
"dependencies": {
"RegExCategories": [
]
}
},
{
"name": "JailBreakChecker",
"source_files": "IU_GeneralTools/**/JailBreakChecker/*.{h,m}"
}
]
}