[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.1.9 / CMKit.podspec.json
blob134e1a7b250b9aa5ed8358aa46273f528304752c
2   "name": "CMKit",
3   "version": "0.1.9",
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.9"
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": "CommonSuperClass",
49       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-CommonSuperClass(共用父类)/*.{h,m}"
50     },
51     {
52       "name": "NewFeatures",
53       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-NewFeatures(新特性)/*.{h,m}"
54     },
55     {
56       "name": "ImagePicker",
57       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-ImagePicker(相机、相册)/CMImagePickerManager.{h,m}",
58       "frameworks": [
59         "AVFoundation",
60         "AssetsLibrary",
61         "Photos"
62       ]
63     },
64     {
65       "name": "CityList",
66       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-CityList(城市列表)/**/*.{h,m}",
67       "resources": "CMKit/CMKit-Tool(工具类)/Tool-CityList(城市列表)/CMCityList.bundle"
68     },
69     {
70       "name": "FMDBOperation",
71       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-FMDBOperation(FMDB操作)/**/*.{h,m}",
72       "libraries": "sqlite3"
73     },
74     {
75       "name": "PictureBrowse",
76       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-PictureBrowse(图片浏览器)/*.{h,m}",
77       "dependencies": {
78         "SDWebImage": [
79           "~> 4.0.0-beta2"
80         ]
81       },
82       "resources": "CMKit/CMKit-Tool(工具类)/Tool-PictureBrowse(图片浏览器)/MSSBrowse.bundle"
83     },
84     {
85       "name": "UnLock",
86       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-UnLock(手势、指纹解锁)/*.{h,m}",
87       "resources": "CMKit/CMKit-Tool(工具类)/Tool-UnLock(手势、指纹解锁)/DWUNlock.bundle"
88     },
89     {
90       "name": "SemiScene",
91       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-SemiScene(半挂式场景切换)/*.{h,m}",
92       "frameworks": "QuartzCore"
93     },
94     {
95       "name": "DropdownAmplify",
96       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-DropdownAmplify(下拉放大)/*.{h,m}"
97     },
98     {
99       "name": "ShimmerLabel",
100       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-ShimmerLabel(闪烁文字)/*.{h,m}"
101     },
102     {
103       "name": "ProgressView",
104       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-ProgressView(进度条)/*.{h,m}",
105       "dependencies": {
106         "UICountingLabel": [
108         ]
109       }
110     }
111   ]