blob: 0afced25c4377b829977052df932ba448073a3dd [file] [log] [blame]
{
"name": "CCCategory",
"version": "0.0.1",
"summary": "共享一些常用的Category,目前包括(UIKit/Foundatio/QuartzCore/MapKit),后续会更新更多的Category方便大家使用.",
"homepage": "https://github.com/CCFramework/CCCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MuZiLee": "li.feiheng@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CCFramework/CCCategory.git",
"tag": "0.0.1.2016.4.10.0800"
},
"source_files": [
"CCCategory",
"Class/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"GTMBase64": [
"~> 1.0.0"
]
}
}