| { |
| "name": "CommonProject", |
| "version": "0.0.4", |
| "summary": "通用工程", |
| "description": "工程的一些基本组件。", |
| "homepage": "https://github.com/saberge/CommonProject", |
| "license": "MIT", |
| "authors": { |
| "zhenglaixian": "saberge@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/saberge/CommonProject.git", |
| "tag": "0.0.4" |
| }, |
| "subspecs": [ |
| { |
| "name": "BaseClass", |
| "source_files": "Classes/BaseClass/*.{h,m}" |
| }, |
| { |
| "name": "Log", |
| "source_files": "Classes/Log/*.{h,m}", |
| "dependencies": { |
| "CocoaLumberjack": [ |
| "~> 3.3.0" |
| ] |
| } |
| }, |
| { |
| "name": "Categories", |
| "subspecs": [ |
| { |
| "name": "UIView", |
| "source_files": "Classes/Categories/UIView/*.{h,m}" |
| } |
| ] |
| } |
| ] |
| } |