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