[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / b / 9 / d / EWYmodemSDK / 0.1.1 / EWYmodemSDK.podspec.json
blob45b53d791f64e2f903889005543b2ff3b999a3f5
2   "name": "EWYmodemSDK",
3   "version": "0.1.1",
4   "summary": "Ymodem OTA SDK",
5   "description": "适用于 Ymodem 协议的 OTA 升级。",
6   "homepage": "https://github.com/kelijun/EWYmodemSDK",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Kelijun": "888@ kelijun.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/kelijun/EWYmodemSDK.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "EWYmodemSDK.framework/**/*.{h,m}",
22   "vendored_frameworks": "*.{framework}",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 armv7 arm64"
25   },
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC"
28   },
29   "dependencies": {
30     "EWBluetoothSDK": [
31       "~> 0.1.0"
32     ]
33   }