blob: fb96b4ff6a70cb02be939559a46b3d17f7d19e1c [file] [log] [blame]
{
"name": "XQFoundation",
"version": "0.0.1",
"summary": "该组件包含常用类型的扩展",
"description": "该组件包含常用类型的扩展,如UI组件的扩展等。",
"homepage": "https://github.com/xq0216/XQFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"laixuefei": "laixuefei@g7.com.cn"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/xq0216/XQFoundation.git",
"tag": "0.0.1"
},
"source_files": [
"XQFoundation",
"Source/**/*.swift"
],
"requires_arc": true,
"swift_versions": "4.0",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "4.0"
}