[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.0.8 / CMKit.podspec.json
blob189cdcccf09977bf11615d9a429fafe7cea0411c
2   "name": "CMKit",
3   "version": "0.0.8",
4   "summary": "A project about iOS development Contains lots of tools and Category.",
5   "homepage": "https://github.com/ZuoLuFei/CMKit",
6   "license": "MIT",
7   "authors": {
8     "ZuoLuFei": "yuan_ren_ge@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/ZuoLuFei/CMKit.git",
15     "tag": "0.0.8"
16   },
17   "public_header_files": "CMKit/CMKit.h",
18   "source_files": "CMKit/CMKit.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Category",
23       "source_files": "CMKit/CMKit-Category(分类)/**/*.{h,m}"
24     },
25     {
26       "name": "AlertView",
27       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-AlertView(警告框)/*.{h,m}"
28     },
29     {
30       "name": "AnimationEffect",
31       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-AnimationEffect(动画特效)/*.{h,m}"
32     },
33     {
34       "name": "ProgressHUD",
35       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/*.{h,m}",
36       "resources": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/MBProgressHUD+CMKit.bundle",
37       "frameworks": [
38         "CoreGraphics",
39         "QuartzCore"
40       ]
41     },
42     {
43       "name": "QRCode",
44       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/*.{h,m}",
45       "resources": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/CMQRCodeManager.bundle",
46       "dependencies": {
47         "CMKit/AlertView": [
49         ]
50       },
51       "frameworks": "AVFoundation"
52     },
53     {
54       "name": "CommonSuperClass",
55       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-CommonSuperClass(共用父类)/*.{h,m}"
56     },
57     {
58       "name": "NewFeatures",
59       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-NewFeatures(新特性)/*.{h,m}"
60     }
61   ]