| { |
| "name": "RealmBrowserKit", |
| "version": "0.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "An embeddable version of the Realm Browser that can be used to debug Realm databases in an on-device app", |
| "homepage": "https://timoliver.blog", |
| "authors": { |
| "Tim Oliver": "info@timoliver.com.au" |
| }, |
| "source": { |
| "git": "https://github.com/timoliver/RealmBrowser-iOS.git", |
| "tag": "0.0.1" |
| }, |
| "requires_arc": true, |
| "source_files": "RealmBrowser/**/*.{h,m}", |
| "resources": "RealmBrowser/**/*.{xib}", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "Realm": [ |
| |
| ], |
| "TORoundedTableView": [ |
| |
| ], |
| "TOSplitViewController": [ |
| |
| ], |
| "TODocumentPickerViewController": [ |
| |
| ] |
| } |
| } |