[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / 5 / WTWifiSDK / 3.0.7 / WTWifiSDK.podspec.json
blobdeb95b177900f42a099cbe761821aad6c804b2d1
2   "name": "WTWifiSDK",
3   "version": "3.0.7",
4   "summary": "A sdk for alphaess wifi connect.",
5   "description": "The wifi configuration framework for alphaess.",
6   "homepage": "https://www.alphaess.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cavan": "cavan@alpha-ess.com"
13   },
14   "source": {
15     "git": "https://github.com/alphaess-developer/WTWifiSDK-iOS.git",
16     "tag": "3.0.7"
17   },
18   "vendored_frameworks": "WTWifiSDK.xcframework",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "DEFINES_MODULE": "YES",
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreData",
33     "CFNetwork"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "JSONModel": [
38       "~> 1.8.0"
39     ],
40     "Protobuf": [
41       "~> 3.27.2"
42     ]
43   }