[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 6 / d / RealmInAppBrowser / 0.1.3 / RealmInAppBrowser.podspec.json
blobbea493877c00fbc8187ddc03ca5ca9faa240e8fb
2   "name": "RealmInAppBrowser",
3   "version": "0.1.3",
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": "matbro@gmx.de"
13   },
14   "source": {
15     "git": "https://github.com/matt-bro/RealmInAppBrowser.git",
16     "tag": "0.1.3"
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"