blob: 869d7e7a95c01adc8a61d0faa93e241f2b8f6181 [file] [log] [blame]
{
"name": "CRJGeneralTools",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "CRJGeneralTools/**/CRJGeneralTools.h",
"source_files": "CRJGeneralTools/**/CRJGeneralTools.h",
"subspecs": [
{
"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": [
]
}
}
]
}