[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / 0 / RepoDB / 0.0.3 / RepoDB.podspec.json
blob9e7894fe9265ab08ee942c4b8a5394b03243d763
2   "name": "RepoDB",
3   "version": "0.0.3",
4   "summary": "A framework for working with the SQLite database based on GRDB and RxSwift",
5   "homepage": "https://github.com/buyakovK/RepoDB",
6   "license": "MIT",
7   "authors": {
8     "Kirill Buyakov": "buyakov_98@bk.ru"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/buyakovK/RepoDB.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "RepoDB/**/*.{h,m,swift,localizable}",
18   "frameworks": "Foundation",
19   "dependencies": {
20     "GRDB.swift": [
21       "~> 4.14.0"
22     ],
23     "RxSwift": [
24       "~> 5"
25     ],
26     "RxCocoa": [
27       "~> 5"
28     ]
29   }