blob: 408e4cb3576cafe72d7f843633fc4f3c0b151b1a [file] [log] [blame]
{
"name": "JSBannerView",
"version": "1.1.1",
"summary": "一个简便易用的Banner框架。",
"description": "一个简便易用的Banner框架,无需复杂的配置即可满足大多数需求",
"homepage": "https://github.com/spirit-jsb/JSBannerView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"spirit-jsb": "sibo_jian_29903549@163.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/spirit-jsb/JSBannerView.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "RxSwift",
"source_files": "Sources/RxBannerView/",
"dependencies": {
"JSBannerView/Core": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}
],
"swift_version": "5.0"
}