[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / d / 7 / 5 / EWChargingPileSDK / 0.1.11 / EWChargingPileSDK.podspec.json
blob143b46a949416372305d87d9e6465e8b8108b04c
2   "name": "EWChargingPileSDK",
3   "version": "0.1.11",
4   "summary": "充电桩 SDK",
5   "description": "易能科技出品的充电桩控制 SDK,用来建立与充电桩的连接。",
6   "homepage": "https://github.com/kelijun/EWChargingPileSDK/",
7   "license": "MIT",
8   "authors": {
9     "Kelijun": "888@kelijun.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/kelijun/EWChargingPileSDK.git",
16     "tag": "0.1.11"
17   },
18   "source_files": "EWChargingPileSDK.framework/**/*.{h,m}",
19   "vendored_frameworks": "*.{framework}",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 armv7 arm64"
25   },
26   "dependencies": {
27     "EWBluetoothSDK": [
28       "  0.1.7"
29     ],
30     "EWYmodemSDK": [
31       "~> 0.1.0"
32     ],
33     "MQTTClient": [
34       "~> 0.15.3"
35     ]
36   }