| { | |
| "name": "MyBase", | |
| "version": "0.0.9", | |
| "summary": "iOS 开发常用封装通用库", | |
| "description": "iOS 开发常用封装通用库.", | |
| "homepage": "https://gitee.com/harvey520/common", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "ZuopanYao": "http://www.yaozuopan.top" | |
| }, | |
| "platforms": { | |
| "ios": "12.1" | |
| }, | |
| "source": { | |
| "git": "https://gitee.com/harvey520/common.git", | |
| "tag": "0.0.9" | |
| }, | |
| "swift_versions": "5.0", | |
| "source_files": "MyBase/*.{h,swift}", | |
| "swift_version": "5.0" | |
| } |