[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / VisonWifiBaseLibrary / 0.4.0 / VisonWifiBaseLibrary.podspec.json
blobfc40c8190a2c33387b675ade9d026e90c439a80e
2   "name": "VisonWifiBaseLibrary",
3   "version": "0.4.0",
4   "summary": "纬盛Wifi板连接,通信,拿流,出图功能模块",
5   "description": "纬盛Wifi板连接,通信,拿流,出图功能模块,基础版本",
6   "homepage": "https://www.jianshu.com/u/67843150b176",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "authors": {
15     "Cc-19931": "13048914897@163.com"
16   },
17   "source": {
18     "git": "https://gitlab.com/Cc-19931/visonwifibaselibrary.git",
19     "tag": "0.4.0"
20   },
21   "source_files": "VisonWifiBaseLibrary/**/*.{h,m,c}",
22   "public_header_files": [
23     "VisonWifiBaseLibrary/Socket/SocketControlManager.h",
24     "VisonWifiBaseLibrary/Stream/StreamControlManager.h",
25     "VisonWifiBaseLibrary/Wifi_Config_Command/Device_Wifi_Config_Command.h",
26     "VisonWifiBaseLibrary/WifiConnect/WIFIConnectManager.h",
27     "VisonWifiBaseLibrary/WifiDeviceModel/WIFIDeviceModel.h",
28     "VisonWifiBaseLibrary/VisonWifiBaseLibraryDefine.h",
29     "VisonWifiBaseLibrary/VisonWifiBaseLibraryMethods.h"
30   ],
31   "libraries": [
32     "iconv",
33     "z",
34     "bz2"
35   ],
36   "dependencies": {
37     "FFmpeg": [
38       "~> 2.8.3"
39     ]
40   },
41   "frameworks": "AVFoundation",
42   "resource_bundles": {
43     "VisonWifiBaseLibraryBundle": "VisonWifiBaseLibrary/Socket/APOfflineReverseGeocoding/GeoJSON/countries.geo.json"
44   },
45   "pod_target_xcconfig": {
46     "VALID_ARCHS": "x86_64 armv7 arm64"
47   }