blob: 76bbcdc1da6db0e4bb725d7cc0565e37b32f8329 [file] [log] [blame]
{
"name": "IU_Categories",
"version": "0.1.4",
"summary": "A short description of IU_Categories.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ZiOS-Repo/IU_Categories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
},
"source": {
"git": "https://github.com/ZiOS-Repo/IU_Categories.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"JXCategoryKit": [
]
},
"public_header_files": "IU_Categories/**/IU_Categories.h",
"source_files": "IU_Categories/**/IU_Categories.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "IU_Categories/**/Foundation/**/*.{h,m}"
},
{
"name": "QuartzCore",
"source_files": "IU_Categories/**/QuartzCore/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "IU_Categories/**/UIKit/**/*.{h,m}"
}
]
}