blob: e46be657615afaf05980a93c95b1d8b1f683e860 [file] [log] [blame]
{
"name": "SwiftyKVStore",
"authors": {
"xuyecan": "xuyecan@gmail.com"
},
"license": "Apache License 2.0",
"requires_arc": true,
"version": "0.1.0-alpha",
"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"
},
"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"
}