[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 6 / d / RealmInAppBrowser / 0.1.0 / RealmInAppBrowser.podspec.json
blobb3f8b832b8294f90de2f71e9d616ffd7f9af1e36
2   "name": "RealmInAppBrowser",
3   "version": "0.1.0",
4   "summary": "View your Realm DB inside your App",
5   "description": "This View is going to enable you to view your Realm Database in your app, so you can see and debug your realm db at any time.\n\nThe goal of this project is that the browser would roughly work like Realm Browser.",
6   "homepage": "https://github.com/matt-bro/RealmInAppBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matt-bro": "matthias.brodalka@fresenius-netcare.com"
13   },
14   "source": {
15     "git": "https://github.com/matt-bro/RealmInAppBrowser.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2",
24     "5.3"
25   ],
26   "exclude_files": [
27     "Classes/**/TestModels.swift"
28   ],
29   "source_files": "Classes/**/*.{swift}",
30   "dependencies": {
31     "Realm": [
33     ],
34     "RealmSwift": [
35       ">= 4.4.1"
36     ]
37   },
38   "swift_version": "5.3"