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