blob: 8d3289ef6ddb15c00540bb957287badbd0f21e7a [file] [log] [blame]
{
"name": "CMKit",
"version": "0.0.2",
"summary": "A project about iOS development Contains lots of tools and Category.",
"homepage": "https://github.com/ZuoLuFei/CMKit",
"license": "MIT",
"authors": {
"ZuoLuFei": "yuan_ren_ge@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ZuoLuFei/CMKit.git",
"tag": "0.0.2"
},
"source_files": "CMKit/CMKit-Category(分类)/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "CMKit/CMKit-Category(分类)/**/*.{h,m}"
},
{
"name": "AlertView",
"source_files": "CMKit/CMKit-Tool(工具类)/Tool-AlertView(警告框)/*.{h,m}"
}
]
}