blob: 7757a413d2d668795b70cb5c7f9513b5ef07c1ca [file] [log] [blame]
{
"name": "CCLibrary",
"version": "1.0.2",
"summary": "objc chain programming.",
"homepage": "https://github.com/cuizhibo/CCLibrary",
"license": "MIT",
"authors": {
"cuizhibo": "cui_zhibo@126.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/cuizhibo/CCLibrary.git",
"tag": "1.0.2"
},
"source_files": "CCLibraryDemo/CCLibrary/*.{h,m}",
"subspecs": [
{
"name": "CUIkit",
"source_files": "CCLibraryDemo/CCLibrary/CUIkit/*.{h,m}"
}
]
}