blob: 22643c226d498f7b8e23fc0a1999e0ec0013c00d [file] [log] [blame]
{
"name": "QSExtensions",
"version": "1.2.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.2.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": [
]
}
}
]
}