[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 2 / OpenCC / 0.1.2 / OpenCC.podspec.json
blob7dc05edeca5b17a8b88a9a052ead49db3d4dccf4
2   "name": "OpenCC",
3   "version": "0.1.2",
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.2",
17     "submodules": true
18   },
19   "social_media_url": "https://twitter.com/zonble",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "ios": {
26     "vendored_frameworks": "lib/ios/OpenCCBridge.framework"
27   },
28   "osx": {
29     "vendored_frameworks": "lib/osx/OpenCCBridge.framework"
30   },
31   "tvos": {
32     "vendored_frameworks": "lib/tvos/OpenCCBridge.framework"
33   },
34   "source_files": "SwiftOpenCC/Sources/OpenCC",
35   "preserve_paths": [
36     "SwiftOpenCC/Sources/OpenCCBridge/include"
37   ],
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "/Users/zonble/Work/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include $(PODS_ROOT)/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include",
40     "OTHER_LDFLAGS": "-ObjC -lc++",
41     "OTHER_CFLAGS": "-fembed-bitcode"
42   },
43   "frameworks": "OpenCCBridge",
44   "swift_versions": [
45     "5.0",
46     "5.1"
47   ],
48   "resources": "SwiftOpenCC/OpenCCDictionary.bundle",
49   "prepare_command": "/bin/sh build.sh",
50   "swift_version": "5.1"