blob: a0da0d033444ed8c6c808d709657820c862beb16 [file] [log] [blame]
{
"name": "CCExtension",
"version": "1.0.4",
"summary": "private pod repo",
"homepage": "https://github.com/semonchan/CCExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VanChan": "https://www.jianshu.com/u/1b213da38d33"
},
"social_media_url": "https://www.jianshu.com/u/1b213da38d33",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/semonchan/CCExtension.git",
"tag": "1.0.4"
},
"subspecs": [
{
"name": "Category",
"public_header_files": "CCExtension/*.h",
"source_files": [
"CCExtension/CCGlobalDefines.h",
"CCExtension/Category/*.{h,m}"
]
}
]
}