blob: f029a5dda2e71a9ad0bef21ecc6ce3c278f08404 [file] [log] [blame]
{
"name": "RxExtension",
"version": "2.0.0",
"summary": "Convenience of Rx",
"description": "This is an Rx extension that provides an easy and straight-forward way\nto use Realm's natively reactive collection type as an Observable",
"homepage": "https://github.com/LiuSky/RxExtension",
"license": "MIT",
"authors": {
"xiaobin liu": "327847390@qq.com"
},
"source": {
"git": "https://github.com/LiuSky/RxExtension.git",
"tag": "2.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "RxExtension/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxCocoa": [
"~> 5.1.0"
],
"RxSwift": [
"~> 5.1.0"
],
"MJRefresh": [
"~> 3.3.1"
]
},
"swift_version": "5.0"
}