2 "name": "openssl-nolib",
4 "summary": "OpenSSL for iOS and OS X",
5 "description": "This is the openssl encryption library for iOS and macOS, but does not include the two compiled libcrypto.a and libssl.a files.",
6 "homepage": "https://github.com/Kejiasir/openssl-nolib",
8 "type": "OpenSSL (OpenSSL/SSLeay)",
12 "git": "https://github.com/Kejiasir/openssl-nolib.git"
15 "ArvinYang": "arvinSir.86.@gmail.com"
17 "requires_arc": false,
18 "default_subspecs": "Static",
31 "source_files": "ios/include/openssl/**/*.h",
32 "public_header_files": "ios/include/openssl/**/*.h",
33 "header_dir": "openssl"
36 "source_files": "macos/include/openssl/**/*.h",
37 "public_header_files": "macos/include/openssl/**/*.h",
38 "header_dir": "openssl"