[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 0 / b / 3 / Realm-rX / 1.0.2 / Realm-rX.podspec.json
blob40fe7dbc4f578b4ac90cd867a4c410594f2f55c1
2   "name": "Realm-rX",
3   "version": "1.0.2",
4   "summary": "Realm + RxSwift eXtensions",
5   "swift_version": "4.0",
6   "homepage": "https://github.com/Urotea/RealmX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Urotea",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/Urotea/RealmX.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "RealmX/**/*.swift",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "RealmSwift": [
23       ">= 3.13.0"
24     ],
25     "RxSwift": [
26       ">= 4.4.0"
27     ],
28     "RxCocoa": [
29       ">= 4.4.0"
30     ]
31   }