[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / c / 2 / CTOpenSSLWrapper / 1.4.1 / CTOpenSSLWrapper.podspec.json
blobccd6a015f93ba76abf1aa69c109c4be7fb09dd55
2   "name": "CTOpenSSLWrapper",
3   "version": "1.4.1",
4   "license": "MIT",
5   "source": {
6     "git": "https://github.com/ebf/CTOpenSSLWrapper.git",
7     "tag": "1.4.1"
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     "tvos": "9.0"
19   },
20   "default_subspecs": "CTOpenSSLWrapper_iOS",
21   "subspecs": [
22     {
23       "name": "CTOpenSSLWrapper_iOS",
24       "source_files": [
25         "CTOpenSSLWrapper/*.{h,m}",
26         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
27         "CTOpenSSLWrapper/**/*.{h,m}"
28       ],
29       "dependencies": {
30         "CTOpenSSLWrapper/OpenSSL_iOS": [
32         ]
33       }
34     },
35     {
36       "name": "CTOpenSSLWrapper_tvOS",
37       "source_files": [
38         "CTOpenSSLWrapper/*.{h,m}",
39         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
40         "CTOpenSSLWrapper/**/*.{h,m}"
41       ],
42       "dependencies": {
43         "CTOpenSSLWrapper/OpenSSL_tvOS": [
45         ]
46       }
47     },
48     {
49       "name": "OpenSSL_iOS",
50       "source_files": "include/openssl/*.h",
51       "public_header_files": "include/openssl/*.h",
52       "header_dir": "openssl",
53       "ios": {
54         "vendored_libraries": [
55           "lib/libcrypto_iOS.a",
56           "lib/libssl_iOS.a"
57         ]
58       },
59       "tvos": {
60         "vendored_libraries": [
61           "lib/libcrypto_tvOS.a",
62           "lib/libssl_tvOS.a"
63         ]
64       }
65     },
66     {
67       "name": "OpenSSL_tvOS",
68       "source_files": "include/openssl/*.h",
69       "public_header_files": "include/openssl/*.h",
70       "header_dir": "openssl",
71       "ios": {
72         "vendored_libraries": [
73           "lib/libcrypto_iOS.a",
74           "lib/libssl_iOS.a"
75         ]
76       },
77       "tvos": {
78         "vendored_libraries": [
79           "lib/libcrypto_tvOS.a",
80           "lib/libssl_tvOS.a"
81         ]
82       }
83     }
84   ]