| { | |
| "name": "SYUnitable", | |
| "version": "1.0.0", | |
| "summary": "个人工具类之单位转换", | |
| "homepage": "http://blog.dnnlbj.com", | |
| "license": "MIT", | |
| "authors": { | |
| "WuhanSy": "private.shengyang@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "12.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/WuhanSy/SYUnitable.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "Sources/*.{swift}", | |
| "frameworks": "Foundation", | |
| "requires_arc": true, | |
| "pod_target_xcconfig": { | |
| "SWIFT_VERSION": "4.2" | |
| } | |
| } |