blob: cdc41c79814211fdb3f27f354769f928715617f8 [file] [log] [blame]
{
"name": "CMKit",
"version": "0.0.4",
"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.4"
},
"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}"
},
{
"name": "AnimationEffect",
"source_files": "CMKit/CMKit-Tool(工具类)/Tool-AnimationEffect(动画特效)/*.{h,m}"
},
{
"name": "ProgressHUD",
"source_files": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/*.{h,m}",
"resources": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/MBProgressHUD+CMKit.bundle",
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}
]
}