blob: 2bef4385a7aaaf7afdfcd5dbb83098b5c5f23b93 [file] [log] [blame]
{
"name": "RxExtension",
"version": "1.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": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "RxExtension/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxCocoa": [
"~> 5.0.0"
],
"RxSwift": [
"~> 5.0.0"
],
"MJRefresh": [
"~> 3.2.0"
]
}
}