[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 7 / 9 / d / RBSRealmBrowser / 0.1.1 / RBSRealmBrowser.podspec.json
blob31ab45394e2f9f1e407f713912cd532a7fc0fb39
2   "name": "RBSRealmBrowser",
3   "version": "0.1.1",
4   "summary": "RBSRealmBrowser is a a Realm browser which you can use in your Swift projects.",
5   "description": "RBSRealmBrowser is based on NBN's RealmBrowser. If you're using RealmSwift, this browser offers a brief insight into your Realm database.\nInspect objects, their properties and their properties' values easly.",
6   "homepage": "https://github.com/bearjaw/RBSRealmBrowser",
7   "license": "MIT",
8   "authors": {
9     "Max Baumbach": "bearjaw@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/bearjaw/RBSRealmBrowser.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.swift",
20   "resource_bundles": {
21     "RBSRealmBrowser": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "RealmSwift": [
28     ]
29   }