[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 2 / 7 / c / JBPersistenceStore / 5.1.1 / JBPersistenceStore.podspec.json
blob1d7bc3df875f0df76b2b7c585aa31f29af07a6c4
2   "name": "JBPersistenceStore",
3   "version": "5.1.1",
4   "summary": "A persistence store for storing your models in a yapdatabase",
5   "description": "A persistence store for storing your models in a yapdatabase.",
6   "homepage": "https://github.com/barteljan/JBPersistenceStore",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "jan.bartel@atino.net"
10   },
11   "source": {
12     "git": "https://github.com/barteljan/JBPersistenceStore.git",
13     "tag": "5.1.1"
14   },
15   "social_media_url": "https://twitter.com/janbartel",
16   "platforms": {
17     "ios": "13.0"
18   },
19   "swift_versions": "4.2",
20   "source_files": "JBPersistenceStore/Classes/**/*",
21   "pod_target_xcconfig": {
22     "WARNING_CFLAGS": "-Wdeprecated-declarations"
23   },
24   "dependencies": {
25     "YapDatabase/Standard": [
26       "~> 4.0.0"
27     ],
28     "JBPersistenceStore-Protocols": [
29       "~> 6.0.0"
30     ],
31     "VISPER-Entity": [
32       "~> 5.0.0"
33     ]
34   },
35   "swift_version": "4.2"