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