[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 3 / OGNetworkHelper / 0.1.2 / OGNetworkHelper.podspec.json
bloba155eb91fb89d0cc587a3c1cac36870fe44056fa
2   "name": "OGNetworkHelper",
3   "version": "0.1.2",
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.1.2"
17   },
18   "header_dir": "openssl",
19   "source_files": [
20     "OGNetworkHelper/*",
21     "OGNetworkHelper/**/*.{h,m}",
22     "Vendor/openssl/*.h",
23     "OGCollectApiHelper/**/*.{h,m}",
24     "openssl"
25   ],
26   "public_header_files": "OGNetworkHelper/*.h",
27   "vendored_libraries": [
28     "Vendor/lib/libssl.a",
29     "Vendor/lib/libcrypto.a"
30   ],
31   "libraries": [
32     "ssl",
33     "crypto"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "~> 3.2.0"
38     ],
39     "YYCache": [
40       "~> 1.0.4"
41     ]
42   }