[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / f / 2 / YHEncryptor / 1.0.3 / YHEncryptor.podspec.json
blob78191f7c46f6ca5e5570815f1dce4be3d77d53a1
2   "name": "YHEncryptor",
3   "version": "1.0.3",
4   "summary": "加密分类组件 提供MD5,AES,RSA,SM4",
5   "description": "组件提供了常用的加密分类,如MD5,AES,RSA,SM4",
6   "homepage": "http://172.16.30.123:8081/yanhan/YHEncryptor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "闫寒": "617584527@qq.com"
13   },
14   "source": {
15     "git": "http://172.16.30.123:8081/yanhan/YHEncryptor.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "preserve_paths": "YHEncryptor.framework/*",
22   "pod_target_xcconfig": {
23     "OTHER_LDFLAGS": "-lObjC"
24   },
25   "vendored_frameworks": "YHEncryptor.framework",
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/YHEncryptor"
28   },
29   "requires_arc": true