2 "name": "SwiftyKVStore",
4 "xuyecan": "xuyecan@gmail.com"
6 "license": "Apache License 2.0",
8 "version": "0.1.0-alpha.1",
9 "homepage": "https://github.com/xuyecan/SwiftyKVStore",
10 "source_files": "SwiftyKVStore/**/*.{h,m,mm,c,swift}",
11 "public_header_files": "SwiftyKVStore/SwiftyKVStore.h",
12 "private_header_files": [
13 "SwiftyKVStore/Store.h",
14 "SwiftyKVStore/Unqlite/*.{h}"
17 "git": "https://github.com/xuyecan/SwiftyKVStore.git",
18 "tag": "0.1.0-alpha.1"
20 "summary": "Simple Key/Value store for Swift backed by Unqlite.",
21 "description": "Aother Simple Key/Value store for Swift backed by Unqlite.",
25 "preserve_paths": "SwiftyKVStore/StorePrivate/*",
27 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyKVStore/SwiftyKVStore"
29 "pod_target_xcconfig": {
30 "SWIFT_VERSION": "3.2"
32 "pushed_with_swift_version": "3.2"