[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 0 / 4 / CommonProject / 0.0.3 / CommonProject.podspec.json
blobb1aac95088edc0509a81f3bce0ab8ea87f6a2a4f
2   "name": "CommonProject",
3   "version": "0.0.3",
4   "summary": "通用工程",
5   "description": "工程的一些基本组件。",
6   "homepage": "https://github.com/saberge/CommonProject",
7   "license": "MIT",
8   "authors": {
9     "zhenglaixian": "saberge@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/saberge/CommonProject.git",
16     "tag": "0.0.3"
17   },
18   "subspecs": [
19     {
20       "name": "BaseClass",
21       "source_files": "Classes/BaseClass/*.{h,m}"
22     },
23     {
24       "name": "Categories",
25       "subspecs": [
26         {
27           "name": "UIView",
28           "source_files": "Classes/Categories/UIView/*.{h,m}"
29         }
30       ]
31     }
32   ]