blob: a3a6aed55156be53bdf46389d7ccf9283b24d7c8 [file] [log] [blame]
{
"name": "CCExtension",
"version": "1.0.1",
"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.1"
},
"subspecs": [
{
"name": "Category",
"public_header_files": "CCExtension/Category/*.{h}",
"source_files": "CCExtension/Category/*.{h,m}"
}
]
}