blob: aa73c83d4053baeaf2be89d83ddd125a7ec44017 [file] [log] [blame]
{
"name": "SwiftLvDB",
"version": "2.0.0",
"summary": "A fast key-value storage library , leveldb for swift",
"description": "To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/SwiftLvDB",
"homepage": "https://github.com/Dcell/SwiftLvDB",
"license": "MIT",
"authors": {
"Dcell": ""
},
"source": {
"git": "https://github.com/Dcell/SwiftLvDB",
"tag": "2.0.0"
},
"frameworks": "Foundation",
"dependencies": {
"leveldb-library": [
]
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"5.0"
],
"source_files": "Class/Src/**/*.{h,m,mm,swift}",
"swift_version": "5.0"
}