blob: ea51b9781722314ef039986075b06b7c252e6766 [file] [log] [blame]
{
"name": "ReactiveRealm",
"version": "0.1.0",
"summary": "Realm + RxSwift = A Good Time",
"description": "Realm is great and all but making it conform to Observables brings a whole new dimension to your UI.",
"homepage": "https://github.com/neoplastic/ReactiveRealm",
"license": "MIT",
"authors": {
"David Wong": "neoplastic@gmail.com"
},
"source": {
"git": "https://github.com/neoplastic/ReactiveRealm.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/danvari",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ReactiveRealm": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"RealmSwift": [
"~> 0.98.6"
],
"RxSwift": [
"~> 2.3"
]
}
}