[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / b / 8 / PCDSecurity / 1.0.5 / PCDSecurity.podspec.json
blob0d2ec4d051addbaa35949b825376d051a4886cbd
2   "name": "PCDSecurity",
3   "version": "1.0.5",
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.5"
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   ]