[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 8 / 9 / 0 / QuickDB / 2.1.1 / QuickDB.podspec.json
blob0baf72ef3bd02fbb72b9a21a565d2feac179b50d
2   "name": "QuickDB",
3   "version": "2.1.1",
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   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "authors": {
21     "behrad-kzm": "behradkzm@gmail.com"
22   },
23   "source": {
24     "git": "https://github.com/behrad-kzm/QuickDB.git",
25     "tag": "2.1.1"
26   },
27   "platforms": {
28     "ios": "11.0"
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"