[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / 0 / QuickDB / 2.0.0 / QuickDB.podspec.json
blob828b5e91fb74b5cb2fb25f22dbf24d5df13348e6
2   "name": "QuickDB",
3   "version": "2.0.0",
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": "2.0.0"
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"