[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 1 / 7 / f / BxRealm / 0.7.3 / BxRealm.podspec.json
blob19daaae3662ff0e8937b90a7a82d791102979bcd
2   "name": "BxRealm",
3   "version": "0.7.3",
4   "swift_version": "4.1",
5   "summary": "Typesafe Realm in Swift.",
6   "description": "BxRealm greatly simplifies working with Realm in Swift, using the interface of BxPersistence.",
7   "homepage": "https://bxrealm.borchero.com",
8   "documentation_url": "https://bxrealm.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxRealm.git",
18     "tag": "0.7.3"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxRealm/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "BxUtility": [
29       "~> 1.0"
30     ],
31     "BxPersistence": [
32       "~> 1.0"
33     ],
34     "RealmSwift": [
35       "~> 3.5"
36     ],
37     "BxReact": [
38       "~> 0.1"
39     ]
40   },
41   "frameworks": "Foundation"