[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 0 / e / YaftDB / 0.2.0 / YaftDB.podspec.json
blob75b220274f9bc48896d598d6d64edd88b429bdcd
2   "name": "YaftDB",
3   "version": "0.2.0",
4   "summary": "Yet another Swift wrapper for YapDatabase",
5   "homepage": "https://github.com/kolyasev/YaftDB",
6   "license": "MIT",
7   "authors": {
8     "Denis Kolyasev": "kolyasev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kolyasev/YaftDB.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Source/**/*.swift",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "dependencies": {
24     "YapDatabase": [
25       "~> 2.9"
26     ]
27   }