| { |
| "name": "OpenCC", |
| "version": "0.1.3", |
| "summary": "Open Chinese Convert", |
| "description": "The Pod spec wraps OpeCC (Open Chinese Convert) that helps you to convert Traditianl Chinese\nto Simplified Chinese, and vise versa.", |
| "homepage": "https://github.com/zonble/OpenCC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zonble": "zonble@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zonble/OpenCC.git", |
| "tag": "0.1.3", |
| "submodules": true |
| }, |
| "social_media_url": "https://twitter.com/zonble", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "lib/ios/OpenCCBridge.framework" |
| }, |
| "osx": { |
| "vendored_frameworks": "lib/osx/OpenCCBridge.framework" |
| }, |
| "tvos": { |
| "vendored_frameworks": "lib/tvos/OpenCCBridge.framework" |
| }, |
| "source_files": "SwiftOpenCC/Sources/OpenCC", |
| "preserve_paths": [ |
| "SwiftOpenCC/Sources/OpenCCBridge/include" |
| ], |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "/Users/zonble/Work/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include $(PODS_ROOT)/OpenCC/SwiftOpenCC/Sources/OpenCCBridge/include", |
| "OTHER_LDFLAGS": "-ObjC -lc++", |
| "OTHER_CFLAGS": "-fembed-bitcode" |
| }, |
| "frameworks": "OpenCCBridge", |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "resources": "SwiftOpenCC/OpenCCDictionary.bundle", |
| "prepare_command": "/bin/sh build.sh", |
| "swift_version": "5.1" |
| } |