[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 9 / 0 / PVDRealmWrapper / 0.0.2 / PVDRealmWrapper.podspec.json
blobe39d7020c3a7f5689f34e6a2dd7a7302244ecd3d
2   "name": "PVDRealmWrapper",
3   "version": "0.0.2",
4   "summary": "Wrapper for the Realm database with adaptation for Swift 4 features",
5   "description": "Wrapper for the Realm database, having singleton Database class with a `shared` property to use.\nContains extensions of the `Codable` protocol and `RealmOptional`, `List` types adopted to be codable.\nContains extra Realm object wrappers, and a few helpful functions.",
6   "homepage": "https://github.com/PopovVadim/PVDRealmWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PopovVadim": "podh2o@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PopovVadim/PVDRealmWrapper.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PVDRealmWrapper/Classes/**/*",
22   "dependencies": {
23     "RealmSwift": [
25     ]
26   },
27   "pushed_with_swift_version": "4.0"