blob: ea08a907c60349c1f72f5588cc21f84bde031389 [file] [log] [blame]
{
"name": "RealmBrowser",
"version": "1.0.0",
"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",
"screenshots": "https://raw.githubusercontent.com/malt03/DebugMenuRealmBrowser/master/Screenshot.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/RealmBrowser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RealmBrowser/Classes/**/*",
"resource_bundles": {
"RealmBrowser": [
"RealmBrowser/Resources/*"
]
},
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "4.0"
}