[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.1.0 / CMKit.podspec.json
blob52f1ee95fd50544cedb2f3d50e847b37b62a4a3d
2   "name": "CMKit",
3   "version": "0.1.0",
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.1.0"
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     {
62       "name": "ImagePicker",
63       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-ImagePicker(相机、相册)/CMImagePickerManager.{h,m}",
64       "frameworks": [
65         "AVFoundation",
66         "AssetsLibrary",
67         "Photos"
68       ]
69     }
70   ]