{ | |
"name": "FYTestThirdFramework", | |
"version": "1.0.0", | |
"summary": "项目常用的处理工具", | |
"homepage": "https://github.com/FlyerYe/FYTestThirdFramework.git", | |
"license": "MIT", | |
"authors": { | |
"FuYe": "834225691@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"swift_versions": [ | |
"4.2", | |
"5.0" | |
], | |
"source": { | |
"git": "https://github.com/FlyerYe/FYTestThirdFramework.git", | |
"tag": "1.0.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Tools/*.{h,m,swift}", | |
"swift_version": "5.0" | |
} |