blob: 43c51f51009b1e237bdcc62aa36e3c2022ef2fb5 [file] [log] [blame]
{
"name": "CCExtension",
"version": "1.0.3",
"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.3"
},
"subspecs": [
{
"name": "Category",
"public_header_files": "CCExtension/Category/*.h",
"source_files": [
"CCExtension/CCGlobalDefines.h",
"CCExtension/Category/*.{h,m}"
]
}
]
}