blob: f65e8f9f978b9a211029e6040ad994a5aac4f86f [file] [log] [blame]
{
"name": "RxExtension",
"version": "0.1.4",
"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": "0.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/*.swift",
"dependencies": {
"RxCocoa": [
"~> 3.2"
],
"RxSwift": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}