blob: c525e781dbe1e1dd3e6c8f727f48ee111e3c096a [file] [log] [blame]
{
"name": "JSBannerView",
"version": "1.1.2",
"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.2"
},
"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": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}
],
"swift_version": "5.0"
}