blob: a7bcd891ddc2fa3cf095311bc3876cfaecdfeeb5 [file] [log] [blame]
{
"name": "GXExtension",
"version": "0.0.9",
"summary": "swift 自用扩展库",
"description": "GXExtension 是一个自用的 swift 扩展库",
"homepage": "https://gitlab.com/1076000966/gx_extension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MakongYa": "1076000966@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "git@gitlab.com:1076000966/gx_extension.git",
"tag": "v0.0.9"
},
"source_files": "TestGXExtension/GXExtension/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": "5.0",
"subspecs": [
{
"name": "GXTool",
"source_files": "TestGXExtension/GXTool/*",
"frameworks": [
"UIKit",
"Foundation"
]
}
],
"swift_version": "5.0"
}