[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / f / RealmBrowserKit / 0.0.1 / RealmBrowserKit.podspec.json
blobaffb44990176b66a6f15f84415e248e6736221b2
2   "name": "RealmBrowserKit",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An embeddable version of the Realm Browser that can be used to debug Realm databases in an on-device app",
9   "homepage": "https://timoliver.blog",
10   "authors": {
11     "Tim Oliver": "info@timoliver.com.au"
12   },
13   "source": {
14     "git": "https://github.com/timoliver/RealmBrowser-iOS.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "source_files": "RealmBrowser/**/*.{h,m}",
19   "resources": "RealmBrowser/**/*.{xib}",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "dependencies": {
24     "Realm": [
26     ],
27     "TORoundedTableView": [
29     ],
30     "TOSplitViewController": [
32     ],
33     "TODocumentPickerViewController": [
35     ]
36   }