[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 4 / 9 / BxPersistence / 3.0.0 / BxPersistence.podspec.json
blob72b31dba7de49668ae04223395f3f13b5080b775
2   "name": "BxPersistence",
3   "version": "3.0.0",
4   "swift_version": "4.2",
5   "summary": "Universal Interface for Database Access.",
6   "description": "BxPersistence provides an uniform interface for accessing databases and collections.",
7   "homepage": "https://bxpersistence.borchero.com",
8   "documentation_url": "https://bxpersistence.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/BxPersistence.git",
18     "tag": "3.0.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxPersistence/**/*.{swift,h,m,mm,cpp,c}",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "BxUtility": [
29       "~> 3.0"
30     ],
31     "BxReact": [
32       "~> 3.0"
33     ]
34   },
35   "frameworks": "Foundation"