blob: 4552948c7f910241f49ca68185345d433012bb69 [file] [log] [blame]
{
"name": "IMXExtentCpt",
"version": "1.0.0",
"summary": "a set of common categories for Object-C class",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/PanZhow/IMXExtentCpt.git",
"authors": {
"zhoupanpan": "2331838272@qq.com"
},
"source": {
"git": "https://github.com/PanZhow/IMXExtentCpt.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "IMXObjectExt",
"source_files": "IMXExtentCpt/IMXObjectExt/*.{h,m}",
"public_header_files": [
"IMXExtentCpt/IMXObjectExt/*.{h}"
],
"compiler_flags": "-Wstrict-prototypes"
},
{
"name": "IMXUIKitExt",
"source_files": "IMXExtentCpt/IMXUIKitExt/*.{h,m}",
"public_header_files": [
"IMXExtentCpt/IMXUIKitExt/*.{h}"
]
}
]
}