| { | |
| "name": "openssl-static-library", | |
| "version": "1.0", | |
| "summary": "Ezviz Open SDK openssl library", | |
| "homepage": "https://open.ys7.com", | |
| "license": "MIT", | |
| "authors": { | |
| "EzvizOpenSDK": "open-team@hikvision.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Hikvision-Ezviz/openssl-static-library.git", | |
| "tag": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "include/*.h", | |
| "vendored_libraries": [ | |
| "lib/libcrypto.a", | |
| "lib/libssl.a" | |
| ] | |
| } |