[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / e / a / 3 / OGNetworkHelper / 0.0.3 / OGNetworkHelper.podspec.json
blob14cac9a3f026dc74a1131b0cfe51341e8656956b
2   "name": "OGNetworkHelper",
3   "version": "0.0.3",
4   "summary": "网络数据请求方式",
5   "description": "网络数据请求方式,加密",
6   "homepage": "https://gitee.com/YanNianRen/OGNetworkHelper",
7   "license": "MIT",
8   "authors": {
9     "GitZhy": "zenghuayang147@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/YanNianRen/OGNetworkHelper",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "OGNetworkHelper/*.{h,m}",
20     "Vendor/openssl/*.h"
21   ],
22   "header_dir": "openssl",
23   "public_header_files": "OGNetworkHelper/*.h",
24   "vendored_libraries": [
25     "Vendor/lib/libssl.a",
26     "Vendor/lib/libcrypto.a"
27   ],
28   "libraries": [
29     "ssl",
30     "crypto"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.2.0"
35     ],
36     "YYCache": [
37       "~> 1.0.4"
38     ]
39   }