| { |
| "name": "LZHComponent", |
| "version": "0.1.2", |
| "summary": "A short description of LZHComponent.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/harddog/LZHComponent", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "harddog": "867129306@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/harddog/LZHComponent.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LZHComponent/Classes/**/*", |
| "public_header_files": "LZHComponent/Classes/**/*.h", |
| "frameworks": "UIKit", |
| "subspecs": [ |
| { |
| "name": "Utils", |
| "source_files": "LZHComponent/Classes/Utils/*", |
| "public_header_files": "LZHComponent/Classes/Utils/*.h" |
| } |
| ] |
| } |