[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.0.5 / CMKit.podspec.json
blob4160f7e5c4d111264ded5ba12e8d19fc815fe078
2   "name": "CMKit",
3   "version": "0.0.5",
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.5"
16   },
17   "source_files": "CMKit/CMKit-Category(分类)/**/*.{h,m}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Category",
22       "source_files": "CMKit/CMKit-Category(分类)/**/*.{h,m}"
23     },
24     {
25       "name": "AlertView",
26       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-AlertView(警告框)/*.{h,m}"
27     },
28     {
29       "name": "AnimationEffect",
30       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-AnimationEffect(动画特效)/*.{h,m}"
31     },
32     {
33       "name": "ProgressHUD",
34       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/*.{h,m}",
35       "resources": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/MBProgressHUD+CMKit.bundle",
36       "frameworks": [
37         "CoreGraphics",
38         "QuartzCore"
39       ]
40     },
41     {
42       "name": "QRCode",
43       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/*.{h,m}",
44       "resources": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/CMQRCodeManager.bundle",
45       "dependencies": {
46         "CMKit/AlertView": [
48         ]
49       },
50       "frameworks": "AVFoundation"
51     }
52   ]