blob: c45423a9bce2127aab6f949416419b1fa03d92a1 [file] [log] [blame]
{
"name": "NBNRealmBrowser",
"version": "0.3.0",
"summary": "NBNRealmBrowser is the iOS companion to the Realm Browser for Mac.",
"description": " NBNRealmBrowser is the iOS companion to the\n Realm Browser for Mac.\n It displays all information for your current\n Realm for debugging purposes.\n",
"homepage": "https://github.com/nerdishbynature/NBNRealmBrowser",
"license": "MIT",
"authors": {
"Piet Brauer": "piet@nerdishbynature.com"
},
"source": {
"git": "https://github.com/nerdishbynature/NBNRealmBrowser.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/pietbrauer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Realm": [
"~> 0.91"
]
}
}