[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / c / 2 / CTOpenSSLWrapper / 1.4.2 / CTOpenSSLWrapper.podspec.json
blobc710ddbff04946be0cab49b9a1120d88e71e8509
2   "name": "CTOpenSSLWrapper",
3   "version": "1.4.2",
4   "license": "MIT",
5   "source": {
6     "git": "https://github.com/ebf/CTOpenSSLWrapper.git",
7     "tag": "1.4.2"
8   },
9   "frameworks": "Foundation",
10   "requires_arc": true,
11   "homepage": "https://github.com/ebf/CTOpenSSLWrapper",
12   "summary": "Objc OpenSSL wrapper.",
13   "authors": {
14     "Oliver Letterer": "oliver.letterer@gmail.com"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "CTOpenSSLWrapper_iOS",
22   "subspecs": [
23     {
24       "name": "CTOpenSSLWrapper_iOS",
25       "source_files": [
26         "CTOpenSSLWrapper/*.{h,m}",
27         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
28         "CTOpenSSLWrapper/**/*.{h,m}"
29       ],
30       "dependencies": {
31         "CTOpenSSLWrapper/OpenSSL_iOS": [
33         ]
34       }
35     },
36     {
37       "name": "CTOpenSSLWrapper_tvOS",
38       "source_files": [
39         "CTOpenSSLWrapper/*.{h,m}",
40         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
41         "CTOpenSSLWrapper/**/*.{h,m}"
42       ],
43       "dependencies": {
44         "CTOpenSSLWrapper/OpenSSL_tvOS": [
46         ]
47       }
48     },
49     {
50       "name": "CTOpenSSLWrapper_osx",
51       "source_files": [
52         "CTOpenSSLWrapper/*.{h,m}",
53         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
54         "CTOpenSSLWrapper/**/*.{h,m}"
55       ],
56       "dependencies": {
57         "CTOpenSSLWrapper/OpenSSL_osx": [
59         ]
60       }
61     },
62     {
63       "name": "OpenSSL_iOS",
64       "source_files": "include/openssl/*.h",
65       "public_header_files": "include/openssl/*.h",
66       "header_dir": "openssl",
67       "ios": {
68         "vendored_libraries": [
69           "lib/libcrypto_iOS.a",
70           "lib/libssl_iOS.a"
71         ]
72       },
73       "osx": {
74         "vendored_libraries": [
75           "lib/libcrypto_Mac.a",
76           "lib/libssl_Mac.a"
77         ]
78       },
79       "tvos": {
80         "vendored_libraries": [
81           "lib/libcrypto_tvOS.a",
82           "lib/libssl_tvOS.a"
83         ]
84       }
85     },
86     {
87       "name": "OpenSSL_tvOS",
88       "source_files": "include/openssl/*.h",
89       "public_header_files": "include/openssl/*.h",
90       "header_dir": "openssl",
91       "ios": {
92         "vendored_libraries": [
93           "lib/libcrypto_iOS.a",
94           "lib/libssl_iOS.a"
95         ]
96       },
97       "osx": {
98         "vendored_libraries": [
99           "lib/libcrypto_Mac.a",
100           "lib/libssl_Mac.a"
101         ]
102       },
103       "tvos": {
104         "vendored_libraries": [
105           "lib/libcrypto_tvOS.a",
106           "lib/libssl_tvOS.a"
107         ]
108       }
109     },
110     {
111       "name": "OpenSSL_osx",
112       "source_files": "include/openssl/*.h",
113       "public_header_files": "include/openssl/*.h",
114       "header_dir": "openssl",
115       "ios": {
116         "vendored_libraries": [
117           "lib/libcrypto_iOS.a",
118           "lib/libssl_iOS.a"
119         ]
120       },
121       "osx": {
122         "vendored_libraries": [
123           "lib/libcrypto_Mac.a",
124           "lib/libssl_Mac.a"
125         ]
126       },
127       "tvos": {
128         "vendored_libraries": [
129           "lib/libcrypto_tvOS.a",
130           "lib/libssl_tvOS.a"
131         ]
132       }
133     }
134   ]