| { |
| "name": "ZKCommonTool", |
| "version": "0.0.1", |
| "summary": "一些自己常用的开发工具类", |
| "description": "目前支持的功能有:\nUILabel:改变文字中某字符的颜色和字体大小.\nUITextField:改变占位符的颜色和字体大小.\nUIView:获取view所在的Controller.", |
| "homepage": "https://github.com/ArrogantDevilsMan/ZKCommonTool/", |
| "license": { |
| "type": "BSD" |
| }, |
| "authors": { |
| "张科": "ArrogantDevils@163.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/ArrogantDevilsMan/ZKCommonTool.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ZKCommonTool/ZKCommonTool/Tool/*.{h,m}", |
| "frameworks": "UIKit", |
| "deprecated": true |
| } |