[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 9 / a / SwiftyKVStore / 0.3.0 / SwiftyKVStore.podspec.json
blob49ae4c576155859459c2b753b1ed9e2b81f41dcd
2   "name": "SwiftyKVStore",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
8   "version": "0.3.0",
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}"
15   ],
16   "source": {
17     "git": "https://github.com/xuyecan/SwiftyKVStore.git",
18     "tag": "0.3.0"
19   },
20   "summary": "Simple Key/Value store for Swift backed by Unqlite.",
21   "description": "Another Simple Key/Value store for Swift backed by Unqlite.",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "preserve_paths": "SwiftyKVStore/StorePrivate/*",
26   "xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftyKVStore/SwiftyKVStore"
28   },
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.0"
31   }