| { |
| "name": "HHHHHomeModule", |
| "version": "0.1.1", |
| "summary": "A short description of HHHHHomeModule.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitee.com/jiangmingming/HHHHHomeModule", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jiangmingming": "664993184@qq.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/jiangmingming/HHHHHomeModule.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HHHHHomeModule/Classes/**/*", |
| "resource_bundles": { |
| "HHHHHomeModule": [ |
| "HHHHHomeModule/Assets/*.*" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "HHHomeControllers", |
| "source_files": "HHHHHomeModule/Classes/HHHomeControllers/**/*", |
| "public_header_files": "HHHHHomeModule/Classes/HHHomeControllers/**/*.h" |
| }, |
| { |
| "name": "HHHomeModels", |
| "source_files": "HHHHHomeModule/Classes/HHHomeModels/**/*", |
| "public_header_files": "HHHHHomeModule/Classes/HHHomeModels/**/*.h" |
| } |
| ] |
| } |