blob: 4160f7e5c4d111264ded5ba12e8d19fc815fe078 [file] [log] [blame]
{
"name": "CMKit",
"version": "0.0.5",
"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.5"
},
"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"
]
},
{
"name": "QRCode",
"source_files": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/*.{h,m}",
"resources": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/CMQRCodeManager.bundle",
"dependencies": {
"CMKit/AlertView": [
]
},
"frameworks": "AVFoundation"
}
]
}