| { |
| "name": "YMYFontSize", |
| "version": "1.0.6", |
| "summary": "全局字体大小。", |
| "homepage": "https://github.com/mingyueyu/YMYFontSize", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "余明悦": "mingyue_yu@icloud.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/mingyueyu/YMYFontSize.git", |
| "tag": "1.0.6" |
| }, |
| "source_files": "YMYFontSizeDemo/YMYFontSizeDemo/YMYFontSize/*", |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Category", |
| "source_files": "YMYFontSizeDemo/YMYFontSizeDemo/YMYFontSize/Category/*" |
| } |
| ] |
| } |