[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / e / a / 3 / OGNetworkHelper / 0.1.9 / OGNetworkHelper.podspec.json
blobcbb69e4ef3576c6d434693636595944d1efc7b35
2   "name": "OGNetworkHelper",
3   "version": "0.1.9",
4   "summary": "网络数据加密请求方式",
5   "description": "网络数据请求方式,加密",
6   "homepage": "https://gitee.com/YanNianRen/OGNetworkHelper",
7   "license": "MIT",
8   "authors": {
9     "HLin": "zenghuayang147@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/YanNianRen/OGNetworkHelper",
16     "tag": "0.1.9"
17   },
18   "source_files": [
19     "OGNetwork.h",
20     "Vendor/openssl/**/*.h",
21     "NetworkHelper/**/*.{h,m}",
22     "CollectApiHelper/**/*.{h,m}"
23   ],
24   "public_header_files": [
25     "OGNetwork.h",
26     "NetworkHelper/*.h",
27     "CollectApiHelper/*.h"
28   ],
29   "header_dir": "openssl",
30   "preserve_paths": [
31     "Vendor/Lib/libssl.a",
32     "Vendor/Lib/libcrypto.a"
33   ],
34   "vendored_libraries": [
35     "Vendor/Lib/libssl.a",
36     "Vendor/Lib/libcrypto.a"
37   ],
38   "libraries": [
39     "ssl",
40     "crypto"
41   ],
42   "dependencies": {
43     "AFNetworking": [
44       "~> 3.2.0"
45     ],
46     "YYCache": [
47       "~> 1.0.4"
48     ]
49   },
50   "requires_arc": true