[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / 9 / 2 / XJWifiConfigCommonUI / 1.1 / XJWifiConfigCommonUI.podspec.json
blobb3513c2fa001163718e12c88f28a7b05a4b01362
2   "name": "XJWifiConfigCommonUI",
3   "version": "1.1",
4   "summary": "小匠配网流程通用界面",
5   "description": "小匠配网流程通用界面,用于快速继承设备配网,可支持部分UI自定义\nThe common interface of \"Xiao Jiang\" Wi-Fi config process is used to quickly config Wi-Fi for device, which can support part of UI customization",
6   "homepage": "https://gitee.com/x-jiang/XJWifiConfigCommonUI.git",
7   "license": "MIT",
8   "authors": {
9     "RengeRenge": "lidrkuft123@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/x-jiang/XJWifiConfigCommonUI.git",
16     "tag": "1.1"
17   },
18   "source_files": "XJWifiConfigCommonUI/**/*.{h,m}",
19   "public_header_files": [
20     "XJWifiConfigCommonUI/XJWifiConfigCommonUI.h",
21     "XJWifiConfigCommonUI/Controller/XJColWifiInfoViewController.h",
22     "XJWifiConfigCommonUI/Controller/XJConfirmWifiInfoViewController.h",
23     "XJWifiConfigCommonUI/Controller/XJConfigViewController.h"
24   ],
25   "resource_bundles": {
26     "XJWifiConfigCommonUI": [
27       "XJWifiConfigCommonUI/**/*.{png,xib}"
28     ]
29   },
30   "xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "XJPackageForBundle=1"
32   },
33   "static_framework": true,
34   "dependencies": {
35     "XJIOTKit": [
37     ],
38     "XJIOTUtil": [
40     ],
41     "RGUIKit": [
43     ],
44     "SVProgressHUD": [
46     ]
47   }