[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 0 / 4 / CommonProject / 0.0.4 / CommonProject.podspec.json
blob75b42fc3b6b870b4a81bb027decdfed36f7e60ba
2   "name": "CommonProject",
3   "version": "0.0.4",
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.4"
17   },
18   "subspecs": [
19     {
20       "name": "BaseClass",
21       "source_files": "Classes/BaseClass/*.{h,m}"
22     },
23     {
24       "name": "Log",
25       "source_files": "Classes/Log/*.{h,m}",
26       "dependencies": {
27         "CocoaLumberjack": [
28           "~> 3.3.0"
29         ]
30       }
31     },
32     {
33       "name": "Categories",
34       "subspecs": [
35         {
36           "name": "UIView",
37           "source_files": "Classes/Categories/UIView/*.{h,m}"
38         }
39       ]
40     }
41   ]