[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / c / 2 / CTOpenSSLWrapper / 1.4.0 / CTOpenSSLWrapper.podspec.json
blob44d44c52d33ca755f34a6a2ec99e95ab176c9645
2   "name": "CTOpenSSLWrapper",
3   "version": "1.4.0",
4   "license": "MIT",
5   "source": {
6     "git": "https://github.com/ebf/CTOpenSSLWrapper.git",
7     "tag": "1.4.0"
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",
22   "subspecs": [
23     {
24       "name": "CTOpenSSLWrapper",
25       "source_files": [
26         "CTOpenSSLWrapper/*.{h,m}",
27         "CTOpenSSLWrapper/Framework Additions/**/**/*.{h,m}",
28         "CTOpenSSLWrapper/**/*.{h,m}"
29       ],
30       "dependencies": {
31         "CTOpenSSLWrapper/OpenSSL": [
33         ]
34       }
35     },
36     {
37       "name": "OpenSSL",
38       "source_files": "include/openssl/*.h",
39       "public_header_files": "include/openssl/*.h",
40       "header_dir": "openssl",
41       "ios": {
42         "vendored_libraries": [
43           "lib/libcrypto_iOS.a",
44           "lib/libssl_iOS.a"
45         ]
46       },
47       "tvos": {
48         "vendored_libraries": [
49           "lib/libcrypto_tvOS.a",
50           "lib/libssl_tvOS.a"
51         ]
52       },
53       "osx": {
54         "vendored_libraries": [
55           "lib/libcrypto_Mac.a",
56           "lib/libssl_Mac.a"
57         ]
58       }
59     }
60   ]