[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 2 / CMKit / 0.0.2 / CMKit.podspec.json
blob8d3289ef6ddb15c00540bb957287badbd0f21e7a
2   "name": "CMKit",
3   "version": "0.0.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.0.2"
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   ]