[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / b / 0 / c / LevelDBForSwift / 1.1.0 / LevelDBForSwift.podspec.json
blobfc99c1897ade3684d8544ec0fb2e012bac31dbf4
2   "name": "LevelDBForSwift",
3   "version": "1.1.0",
4   "summary": "A Swift Key/Value DataBase for Wrapper from google's LevelDB.",
5   "swift_version": "4.0",
6   "description": "A Swift Key/Value DataBase for Wrapper from google's LevelDB. Swift 4 supported!",
7   "homepage": "https://github.com/jim-binea/LevelDB-Swift.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "binjing": "binjingbbk@163.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/jim-binea/LevelDB-Swift.git",
20     "tag": "1.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "LevelDBForSwift/**/*.{swift,hpp,cpp,h,m}"
25   ],
26   "exclude_files": "LevelDBForSwift/LevelDBForSwiftTests/*",
27   "public_header_files": [
28     "LevelDBForSwift/LevelDBForSwift/LevelDBForSwift.h",
29     "LevelDBForSwift/LevelDBForSwift/src/Wrapper.hpp"
30   ],
31   "vendored_libraries": "LevelDBForSwift/leveldb/*.a",
32   "requires_arc": true,
33   "xcconfig": {
34     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "NO"
35   }