[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / 8 / PCDSecurity / 1.0.4 / PCDSecurity.podspec.json
blob1d16068a93bf7e1d91cf9821ad2a4cc542f88d2e
2   "name": "PCDSecurity",
3   "version": "1.0.4",
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.4"
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   ]