blob: 74389c10494c8b52e9d66f1728446a0c51ef678e [file] [log] [blame]
{
"name": "SwiftCommonTools2",
"version": "0.0.1",
"summary": "Swift常用工具类集合",
"description": "在开发中有一些类会在大部分的项目中都用得到,如果没创建一个新项目就创建再写以便或者把类拷贝到项目中,必然很麻烦,所以考虑把他们统统放在CommonTools中。",
"homepage": "https://github.com/SwiftPartner/CommonTools",
"license": "MIT",
"authors": {
"ryan": "mob_developer@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/SwiftPartner/CommonTools.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "5.0",
"swift_version": "5.0"
}