blob: 9768dd51168eabbada804bc4f0b5ff3b3f83cfa3 [file] [log] [blame]
{
"name": "RealmBrowser",
"version": "0.1.2",
"summary": "RealmBrowser is a Realm browser and editor on ios applications.",
"description": "If you are using RealmSwift, you can browse and edit Realm database on this pod.",
"homepage": "https://github.com/malt03/RealmBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/RealmBrowser.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RealmBrowser/Classes/**/*",
"resource_bundles": {
"RealmBrowser": [
"RealmBrowser/Resources/*"
]
},
"dependencies": {
"RealmSwift": [
]
}
}