blob: 7eda97655c07a400118af434610e1190a7669c6b [file] [log] [blame]
{
"name": "QSExtensions",
"version": "1.1.9.2",
"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.9.2"
},
"swift_versions": "4.2",
"swift_version": "4.2",
"subspecs": [
{
"name": "Qs",
"source_files": "QSExtensions/QSExtensions/Extensions/Qs/*.{swift}",
"dependencies": {
"Kingfisher": [
"~> 4.10.1"
],
"ETNavBarTransparent": [
]
}
},
{
"name": "View",
"source_files": "QSExtensions/QSExtensions/View/*.{swift}"
},
{
"name": "Setting",
"source_files": "QSExtensions/QSExtensions/Extensions/Setting/*.{swift}",
"dependencies": {
"QSExtensions/Qs": [
],
"QSExtensions/View": [
]
}
},
{
"name": "Rx",
"source_files": "QSExtensions/QSExtensions/Extensions/Rx/*.{swift}",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"HandyJSON": [
],
"MJRefresh": [
]
}
}
]
}