blob: 1513c54fee1680c1c9fc6b2d5171aae5019c17c0 [file] [log] [blame]
{
"name": "NativeRealmBrowser",
"platforms": {
"ios": "8.0"
},
"summary": "Lightweight browser that let's you inspect which objects currently are in your realm database on your iOS device or simulator.",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tran Minh Quang": "trmquang3103@gmail.com"
},
"homepage": "https://github.com/trmquang93/NativeRealmBrowser",
"source": {
"git": "https://github.com/trmquang93/NativeRealmBrowser.git",
"tag": "0.1.0"
},
"frameworks": "UIKit",
"dependencies": {
"RealmSwift": [
]
},
"source_files": "NativeRealmBrowser/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}