[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / 9 / 5 / b / SwiftLvDB / 2.0.0 / SwiftLvDB.podspec.json
blobaa73c83d4053baeaf2be89d83ddd125a7ec44017
2   "name": "SwiftLvDB",
3   "version": "2.0.0",
4   "summary": "A fast key-value storage library , leveldb for swift",
5   "description": "To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/SwiftLvDB",
6   "homepage": "https://github.com/Dcell/SwiftLvDB",
7   "license": "MIT",
8   "authors": {
9     "Dcell": ""
10   },
11   "source": {
12     "git": "https://github.com/Dcell/SwiftLvDB",
13     "tag": "2.0.0"
14   },
15   "frameworks": "Foundation",
16   "dependencies": {
17     "leveldb-library": [
19     ]
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "swift_versions": [
25     "4.0",
26     "5.0"
27   ],
28   "source_files": "Class/Src/**/*.{h,m,mm,swift}",
29   "swift_version": "5.0"