mirror of
https://github.com/zhigang1992/RxRealm.git
synced 2026-04-28 20:55:41 +08:00
36 lines
817 B
JSON
36 lines
817 B
JSON
{
|
|
"name": "RxRealm",
|
|
"version": "0.1.0",
|
|
"summary": "An Rx wrapper of Realm's collection type",
|
|
"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/RxSwiftCommunity/RxRealm",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Marin Todorov": "marin@underplot.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/RxSwiftCommunity/RxRealm.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "8.3",
|
|
"osx": "10.10"
|
|
},
|
|
"source_files": "Pod/Classes/*.swift",
|
|
"resource_bundles": {
|
|
"RxRealm": [
|
|
"RxRealm/Assets/*.png"
|
|
]
|
|
},
|
|
"frameworks": "Foundation",
|
|
"dependencies": {
|
|
"RealmSwift": [
|
|
|
|
],
|
|
"RxSwift": [
|
|
|
|
]
|
|
}
|
|
}
|