blob: 2ff53d498ccd557ed81ad537496b5dbf61fa15b9 [file] [log] [blame]
{
"name": "RBSRealmBrowser",
"version": "0.2.7",
"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. You can define an array of classNames to get those explicit models.\nInspect objects, their properties and their values with ease.",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"swift_version": "4.2",
"dependencies": {
"RealmSwift": [
]
}
}