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