| { |
| "name": "PCDSecurity", |
| "version": "1.0.1", |
| "summary": "PCDSecurity 加密组件,提供加密方法实现", |
| "description": "PCDSecurity 加密组件,提供加密方法实现。优化加密库", |
| "homepage": "http://www.yitong.com.cn", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "dk": "dark_gl@126.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "http://www.yitong.com.cn:10081/ios/PCDSecurity.git", |
| "tag": "1.0.1" |
| }, |
| "vendored_frameworks": "*.framework", |
| "public_header_files": "Classes/**/*.h", |
| "vendored_libraries": [ |
| "openssl/libcrypto.a", |
| "openssl/libssl.a" |
| ] |
| } |