blob: 2707dc4b467e11601ca4342ab77586b75343518e [file] [log] [blame]
{
"name": "RBSRealmBrowser",
"version": "0.2.1",
"summary": "RBSRealmBrowser is a a Realm browser which you can use in your Swift projects.",
"description": "RBSRealmBrowser is based on NBN's RealmBrowser. If you're using RealmSwift, this browser offers a brief insight into your Realm database.\nInspect objects, their properties and their properties' values easly.",
"homepage": "https://github.com/bearjaw/RBSRealmBrowser",
"license": "MIT",
"authors": {
"Max Baumbach": "bearjaw.dev@gmail.com"
},
"source": {
"git": "https://github.com/bearjaw/RBSRealmBrowser.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "4.0"
}