blob: cc195ed0a9baecdf4af719cfbf1873fecf81f860 [file] [log] [blame]
{
"name": "SwiftyKVStore",
"authors": {
"xuyecan": "xuyecan@gmail.com"
},
"license": "Apache License 2.0",
"requires_arc": true,
"version": "0.1.0-alpha.1",
"homepage": "https://github.com/xuyecan/SwiftyKVStore",
"source_files": "SwiftyKVStore/**/*.{h,m,mm,c,swift}",
"public_header_files": "SwiftyKVStore/SwiftyKVStore.h",
"private_header_files": [
"SwiftyKVStore/Store.h",
"SwiftyKVStore/Unqlite/*.{h}"
],
"source": {
"git": "https://github.com/xuyecan/SwiftyKVStore.git",
"tag": "0.1.0-alpha.1"
},
"summary": "Simple Key/Value store for Swift backed by Unqlite.",
"description": "Aother Simple Key/Value store for Swift backed by Unqlite.",
"platforms": {
"ios": "8.0"
},
"preserve_paths": "SwiftyKVStore/StorePrivate/*",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyKVStore/SwiftyKVStore"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"pushed_with_swift_version": "3.2"
}