blob: 220ad7253352a5aa6781647d5db755cf10e2c114 [file] [log] [blame]
{
"name": "RxMJRefresh",
"version": "0.1.0",
"summary": "MJRefresh with RxCocoa.",
"homepage": "https://github.com/FuYouFang/RxMJRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FuYouFang": "fuyoufang@163.com"
},
"source": {
"git": "https://github.com/FuYouFang/RxMJRefresh.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMJRefresh/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
"~> 3.2.3"
],
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}