[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / f / 2 / YHEncryptor / 1.0.0 / YHEncryptor.podspec.json
blobfc86e04d65c079e838f84421bf167bd549310c93
2   "name": "YHEncryptor",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64"
23   },
24   "ios": {
25     "vendored_frameworks": "YHEncryptor/Classes/**/*.framework"
26   }