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