[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 9 / a / SwiftyKVStore / 0.1.0-alpha.1 / SwiftyKVStore.podspec.json
blobcc195ed0a9baecdf4af719cfbf1873fecf81f860
2   "name": "SwiftyKVStore",
3   "authors": {
4     "xuyecan": "xuyecan@gmail.com"
5   },
6   "license": "Apache License 2.0",
7   "requires_arc": true,
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}"
15   ],
16   "source": {
17     "git": "https://github.com/xuyecan/SwiftyKVStore.git",
18     "tag": "0.1.0-alpha.1"
19   },
20   "summary": "Simple Key/Value store for Swift backed by Unqlite.",
21   "description": "Aother 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": "3.2"
31   },
32   "pushed_with_swift_version": "3.2"