blob: 31ab45394e2f9f1e407f713912cd532a7fc0fb39 [file] [log] [blame]
{
"name": "RBSRealmBrowser",
"version": "0.1.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@users.noreply.github.com"
},
"source": {
"git": "https://github.com/bearjaw/RBSRealmBrowser.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"resource_bundles": {
"RBSRealmBrowser": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"RealmSwift": [
]
}
}