blob: c1fca203e0837caaa34f2add7242929b12f5b8ad [file] [log] [blame]
{
"name": "QSExtensions",
"version": "1.1.0",
"summary": "常用类扩展.",
"description": "集成自己项目中常用类扩展.",
"homepage": "https://www.jianshu.com/p/61d4e8c486d4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Song",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fallpine/QSExtensions.git",
"tag": "1.1.0"
},
"dependencies": {
"Kingfisher": [
"~> 4.10.1"
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Qs",
"source_files": "QSExtensions/QSExtensions/Extensions/Qs/*.{swift}"
},
{
"name": "Setting",
"source_files": "QSExtensions/QSExtensions/Extensions/Setting/*.{swift}",
"dependencies": {
"QSExtensions/Qs": [
]
}
}
]
}