blob: 7f9598726b6dea7fa47d5da9ec122c1896de0678 [file] [log] [blame]
{
"name": "IU_Categories",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "IU_Categories/**/IU_Categories.h",
"source_files": "IU_Categories/**/IU_Categories.h",
"subspecs": [
{
"name": "CALayer",
"source_files": "IU_Categories/**/CALayer/*.{h,m}"
},
{
"name": "CAShapeLayer",
"source_files": "IU_Categories/**/CAShapeLayer/*.{h,m}"
},
{
"name": "NSString",
"source_files": "IU_Categories/**/NSString/*.{h,m}"
},
{
"name": "UIAlertController",
"source_files": "IU_Categories/**/UIAlertController/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "IU_Categories/**/UIButton/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "IU_Categories/**/UIColor/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "IU_Categories/**/UIImage/*.{h,m}"
},
{
"name": "UILabel",
"source_files": "IU_Categories/**/UILabel/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "IU_Categories/**/UITextField/*.{h,m}",
"dependencies": {
"IU_Categories/UIView": [
],
"IU_Categories/UIButton": [
]
}
},
{
"name": "UIView",
"source_files": "IU_Categories/**/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "IU_Categories/**/UIViewController/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "IU_Categories/**/NSBundle/*.{h,m}"
}
]
}