[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / c / 7 / QuickDB-flow / 2.0.2 / QuickDB-flow.podspec.json
blob3b37d70e5eb9e311e9968b1ca37ea9fde49854c6
2   "name": "QuickDB-flow",
3   "version": "2.0.2",
4   "summary": "Fast usage dataBase to avoid struggling with dataBase complexity. Just save every object with a simple function.",
5   "description": "'The QuickDB uses CoreData with a SUPER easy use case that you can store any codable objects and query for them in just 1 line of code.\nThis component is highly recommended for small scale applications to store user data and settings with custom class types.'",
6   "homepage": "https://github.com/behrad-kzm/QuickDB",
7   "source_files": [
8     "QuickDB/Classes/Utils/DataBase.xcdatamodeld",
9     "QuickDB/Classes/Utils/DataBase/*.xcdatamodeld",
10     "QuickDB/Classes/**/*.{h,m,swift,xcdatamodeld}"
11   ],
12   "resources": [
13     "QuickDB/Classes/Utils/DataBase.xcdatamodeld"
14   ],
15   "preserve_paths": "QuickDB/Classes/Utils/DataBase.xcdatamodeld",
16   "module_name": "QuickDB",
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "authors": {
22     "behrad-kzm": "behradkzm@gmail.com"
23   },
24   "source": {
25     "git": "https://github.com/NeverAgain11/QuickDB.git",
26     "tag": "2.0.2"
27   },
28   "platforms": {
29     "ios": "11.0"
30   },
31   "swift_versions": "5.0",
32   "dependencies": {
33     "CleanJSON": [
35     ]
36   },
37   "swift_version": "5.0"