[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.0.3 / CMKit.podspec.json
blob78b92e3015f124c6fd8a7487f18d5a67bf73e458
2   "name": "CMKit",
3   "version": "0.0.3",
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.3"
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+CMKit",
34       "source_files": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/*.{h,m}",
35       "dependencies": {
36         "MBProgressHUD": [
37           "~> 1.0.0"
38         ]
39       },
40       "resources": "CMKit/CMKit-Tool(工具类)/Tool-HUD(提示框)/MBProgressHUD+CMKit.bundle"
41     }
42   ]