blob: 31e4f0b2f2b8066cd0f0cf2f4ca59e02345cbdf5 [file] [log] [blame]
{
"name": "SwiftLevelDB",
"platforms": {
"ios": "8.0"
},
"summary": "Swift binding for LevelDB",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sedat Gokbek CIFTCI": "me@sedat.ninja"
},
"homepage": "http://sedat.ninja",
"source": {
"git": "https://github.com/0x73/SwiftLevelDB",
"tag": "0.1.0"
},
"frameworks": "Foundation",
"dependencies": {
"leveldb-library": [
"~> 1.18"
]
},
"source_files": "SwiftLevelDB/**/*.{swift,h,mm,m}"
}