blob: 5542c73a97c5373bae59647005b942a4556b431f [file] [log] [blame]
{
"name": "RxMJ",
"version": "0.4.0",
"summary": "MJ in Rx world",
"description": "MJRefresh with RxCocoa",
"homepage": "https://github.com/srv7/RxMJ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"srv7": "liubo004@126.com"
},
"source": {
"git": "https://github.com/srv7/RxMJ.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxMJ/Classes/**/*",
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
],
"RxCocoa": [
"~> 4.3.0"
]
}
}