[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 8 / d / LWWordConverter / 1.0.0 / LWWordConverter.podspec.json
blob7096cbd1d06c2f6c058852df8149a841124e04c9
2   "name": "LWWordConverter",
3   "version": "1.0.0",
4   "summary": "文字转换器,包括五笔与拼音的编码转换,翻译以及文本加密。",
5   "description": "LWWordConverter,文字转换器,包括五笔与拼音的编码转换,翻译以及文本加密。",
6   "homepage": "https://github.com/luowei/LWWordConverter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWWordConverter.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LWWordConverter/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "xcconfig": {
23     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLITE_THREADSAFE -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_CC",
24     "OTHER_LDFLAGS": "$(inherited) -framework Security",
25     "WARNING_CFLAGS": "-Wno-implicit-function-declaration"
26   },
27   "dependencies": {
28     "SQLCipher": [
30     ],
31     "LWReachabilityManager": [
33     ]
34   }