[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / 7 / f / 2 / YHEncryptor / 0.8.0 / YHEncryptor.podspec.json
blob71710e80e99dcfcaa6bfeb0b292715ddbe68124d
2   "name": "YHEncryptor",
3   "version": "0.8.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": "0.8.0"
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/Classes/**/*.framework"
27   },
28   "public_header_files": "YHEncryptor/Classes/YHEncryptor.framework/Headers/**/*.h"