[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / c / 2 / OpenCC / 0.1.0 / OpenCC.podspec.json
blob1180a392282591d72c24b493c580315a009856bc
2   "name": "OpenCC",
3   "version": "0.1.0",
4   "summary": "Open Chinese Convert",
5   "description": "The Pod spec wraps OpeCC (Open Chinese Convert) that helps you to convert Traditianl Chinese\nto Simplified Chinese, and vise versa.",
6   "homepage": "https://github.com/zonble/OpenCC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zonble": "zonble@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zonble/OpenCC.git",
16     "tag": "0.1.0",
17     "submodules": true
18   },
19   "social_media_url": "https://twitter.com/zonble",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "SwiftOpenCC/Sources/OpenCC",
24   "prepare_command": "/bin/sh build.sh",
25   "vendored_frameworks": "lib/OpenCCBridge.framework",
26   "preserve_paths": [
27     "SwiftOpenCC/Sources/OpenCCBridge/include"
28   ],
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "/Users/zonble/Work/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include $(PODS_ROOT)/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include",
31     "OTHER_LDFLAGS": "-ObjC -lc++",
32     "OTHER_CFLAGS": "-fembed-bitcode"
33   },
34   "frameworks": "OpenCCBridge",
35   "swift_versions": [
36     "5.0",
37     "5.1"
38   ],
39   "resources": "SwiftOpenCC/OpenCCDictionary.bundle",
40   "swift_version": "5.1"