[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / a / SwiftLevelDB / 0.1.0 / SwiftLevelDB.podspec.json
blob31e4f0b2f2b8066cd0f0cf2f4ca59e02345cbdf5
2   "name": "SwiftLevelDB",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "summary": "Swift binding for LevelDB",
7   "requires_arc": true,
8   "version": "0.1.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Sedat Gokbek CIFTCI": "me@sedat.ninja"
15   },
16   "homepage": "http://sedat.ninja",
17   "source": {
18     "git": "https://github.com/0x73/SwiftLevelDB",
19     "tag": "0.1.0"
20   },
21   "frameworks": "Foundation",
22   "dependencies": {
23     "leveldb-library": [
24       "~> 1.18"
25     ]
26   },
27   "source_files": "SwiftLevelDB/**/*.{swift,h,mm,m}"