[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / 5 / WTWifiSDK / 1.0.6 / WTWifiSDK.podspec.json
blobe7a90b402d5a670954cf966a66225b2e906bc9d6
2   "name": "WTWifiSDK",
3   "version": "1.0.6",
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": "1.0.6"
17   },
18   "vendored_frameworks": "WTWifiSDK.xcframework",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "frameworks": [
29     "SystemConfiguration",
30     "CoreData",
31     "CFNetwork"
32   ],
33   "requires_arc": true,
34   "module_map": "WTWifiSDK.modulemap",
35   "dependencies": {
36     "JSONModel": [
38     ],
39     "CocoaAsyncSocket": [
41     ]
42   }