[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / f / 2 / YHEncryptor / 0.5.5 / YHEncryptor.podspec.json
blob3aaee3eeacf5558cd5d0eda339df467c51073836
2   "name": "YHEncryptor",
3   "version": "0.5.5",
4   "summary": "加密分类组件",
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": "0.5.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "YHEncryptor/Classes/**/*",
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "arm64"
24   },
25   "ios": {
26     "vendored_frameworks": "YHEncryptor/**/*.framework"
27   },
28   "public_header_files": "YHEncryptor/Classes/**/*.h"