[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / f / JSBannerView / 1.1.1 / JSBannerView.podspec.json
blob408e4cb3576cafe72d7f843633fc4f3c0b151b1a
2   "name": "JSBannerView",
3   "version": "1.1.1",
4   "summary": "一个简便易用的Banner框架。",
5   "description": "一个简便易用的Banner框架,无需复杂的配置即可满足大多数需求",
6   "homepage": "https://github.com/spirit-jsb/JSBannerView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "spirit-jsb": "sibo_jian_29903549@163.com"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/spirit-jsb/JSBannerView.git",
20     "tag": "1.1.1"
21   },
22   "source_files": "Sources/**/*.swift",
23   "deprecated": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/",
28       "frameworks": [
29         "UIKit",
30         "Foundation"
31       ]
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "Sources/RxBannerView/",
36       "dependencies": {
37         "JSBannerView/Core": [
39         ],
40         "RxSwift": [
41           "~> 4.0"
42         ],
43         "RxCocoa": [
44           "~> 4.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"