[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 9 / 4 / 0 / Zcurl / 7.83.1 / Zcurl.podspec.json
blob4e1bffb13e94da2ab8a57886b33e9495e6fe928f
2   "name": "Zcurl",
3   "version": "7.83.1",
4   "summary": "curl + openssl + nghttp2 + crypto",
5   "description": "LIBCURL=\"7.83.1\"        # https://curl.haxx.se/download.html\nOPENSSL=\"1.1.1o\"        # https://www.openssl.org/source/\nNGHTTP2=\"1.47.0\"        # https://nghttp2.org/",
6   "homepage": "https://github.com/lZackx/Zcurl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lZackx": "lzackx@lzackx.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/lZackx/Zcurl.git",
19     "tag": "7.83.1"
20   },
21   "source_files": "Zcurl/Classes/**/*",
22   "public_header_files": "Zcurl/Classes/include/**/*",
23   "resources": "Zcurl/Assets/**/*",
24   "vendored_frameworks": [
25     "xcframework/libcurl.xcframework",
26     "xcframework/libnghttp2.xcframework",
27     "xcframework/libssl.xcframework",
28     "xcframework/libcrypto.xcframework"
29   ],
30   "libraries": [
31     "z"
32   ]