[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.1.2 / CMKit.podspec.json
bloba2f70b602fde3f12ee617582fccaa80365cc22b3
2   "name": "CMKit",
3   "version": "0.1.2",
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.2"
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       "dependencies": {
33         "CMKit/Category": [
35         ]
36       }
37     },
38     {
39       "name": "ProgressHUD",
40       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/*.{h,m}",
41       "resources": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/MBProgressHUD+CMKit.bundle",
42       "frameworks": [
43         "CoreGraphics",
44         "QuartzCore"
45       ]
46     },
47     {
48       "name": "QRCode",
49       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/*.{h,m}",
50       "resources": "CMKit/CMKit-Tool(工具类)/Tool-QRCode(二维码)/CMQRCodeManager.bundle",
51       "dependencies": {
52         "CMKit/AlertView": [
54         ]
55       },
56       "frameworks": "AVFoundation"
57     },
58     {
59       "name": "CommonSuperClass",
60       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-CommonSuperClass(共用父类)/*.{h,m}"
61     },
62     {
63       "name": "NewFeatures",
64       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-NewFeatures(新特性)/*.{h,m}"
65     },
66     {
67       "name": "ImagePicker",
68       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-ImagePicker(相机、相册)/CMImagePickerManager.{h,m}",
69       "frameworks": [
70         "AVFoundation",
71         "AssetsLibrary",
72         "Photos"
73       ]
74     },
75     {
76       "name": "CityList",
77       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-CityList(城市列表)/**/*.{h,m}",
78       "resources": "CMKit/CMKit-Tool(工具类)/Tool-CityList(城市列表)/CMCityList.bundle"
79     }
80   ]