2 "name": "CTOpenSSLWrapper",
6 "git": "https://github.com/ebf/CTOpenSSLWrapper.git",
9 "frameworks": "Foundation",
11 "homepage": "https://github.com/ebf/CTOpenSSLWrapper",
12 "summary": "Objc OpenSSL wrapper.",
14 "Oliver Letterer": "oliver.letterer@gmail.com"
20 "default_subspecs": "CTOpenSSLWrapper_iOS",
23 "name": "CTOpenSSLWrapper_iOS",
25 "CTOpenSSLWrapper/*.{h,m}",
26 "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
27 "CTOpenSSLWrapper/**/*.{h,m}"
30 "CTOpenSSLWrapper/OpenSSL_iOS": [
36 "name": "CTOpenSSLWrapper_tvOS",
38 "CTOpenSSLWrapper/*.{h,m}",
39 "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
40 "CTOpenSSLWrapper/**/*.{h,m}"
43 "CTOpenSSLWrapper/OpenSSL_tvOS": [
49 "name": "OpenSSL_iOS",
50 "source_files": "include/openssl/*.h",
51 "public_header_files": "include/openssl/*.h",
52 "header_dir": "openssl",
54 "vendored_libraries": [
55 "lib/libcrypto_iOS.a",
60 "vendored_libraries": [
61 "lib/libcrypto_tvOS.a",
67 "name": "OpenSSL_tvOS",
68 "source_files": "include/openssl/*.h",
69 "public_header_files": "include/openssl/*.h",
70 "header_dir": "openssl",
72 "vendored_libraries": [
73 "lib/libcrypto_iOS.a",
78 "vendored_libraries": [
79 "lib/libcrypto_tvOS.a",