[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / b / 8 / PCDSecurity / 1.0.3 / PCDSecurity.podspec.json
blobb9f4c6ff100c3288fc1c2a840da3e10412cd5a87
2   "name": "PCDSecurity",
3   "version": "1.0.3",
4   "summary": "PCDSecurity 加密组件,提供加密方法实现",
5   "description": "PCDSecurity 加密组件,提供加密方法实现。优化加密库",
6   "homepage": "http://www.yitong.com.cn",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "dk": "dark_gl@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://www.yitong.com.cn:10081/ios/PCDSecurity.git",
19     "tag": "1.0.3"
20   },
21   "vendored_frameworks": "*.framework",
22   "source_files": [
23     "openssl",
24     "openssl/**/*.{h,m}"
25   ],
26   "public_header_files": "openssl/**/*.h",
27   "vendored_libraries": [
28     "openssl/libcrypto.a",
29     "openssl/libssl.a"
30   ]