| { |
| "name": "UIButton-Relayout", |
| "version": "0.1.0", |
| "summary": "UIButton图文混排自动调整布局,不用自己计算titleEdgeInsets和imageEdgeInsets.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/krisouljz/UIButton-Relayout", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "krisouljz": "1435073930@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/krisouljz/UIButton-Relayout.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "UIButton-Relayout/Classes/**/*" |
| } |