[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 9 / 0 / QuickDB / 1.0.2 / QuickDB.podspec.json
blobcb03b1b0fa5e68bf43b940f5b42023983ae5e16e
2   "name": "QuickDB",
3   "version": "1.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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "behrad-kzm": "behradkzm@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/behrad-kzm/QuickDB.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "QuickDB/Classes/**/*.{h,m,swift,xcdatamodeld}",
23   "swift_version": "5.0"