[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 7 / 5 / WTWifiSDK / 1.0.5 / WTWifiSDK.podspec.json
blob7b8ccfc1c2f289855a2aff7761eb01d75a70663b
2   "name": "WTWifiSDK",
3   "version": "1.0.5",
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.5"
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   "dependencies": {
35     "JSONModel": [
37     ],
38     "CocoaAsyncSocket": [
40     ]
41   }