[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / e / TBWIFILinkTool / 0.1.1 / TBWIFILinkTool.podspec.json
blobcca7124d5528edf6fd59a82bc2b4b149a165b4dc
2   "name": "TBWIFILinkTool",
3   "version": "0.1.1",
4   "summary": "TBWIFILinkTool 给WiFi模块配置WiFi的工具类.",
5   "description": "TODO: 使用EasyLink和ESPTouch给不同的WiFi模块配置WiFi的工具类.",
6   "homepage": "https://github.com/YangYingBo/TBWIFILinkTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangYingBo": "946076292@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YangYingBo/TBWIFILinkTool.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TBWIFILinkTool/Classes/**/*",
22   "ios": {
23     "vendored_libraries": "TBWIFILinkTool/Classes/**/*.a"
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "subspecs": [
30     {
31       "name": "EasyLink",
32       "source_files": "TBWIFILinkTool/Classes/EasyLink/*.{h,m}"
33     },
34     {
35       "name": "ESPTouch",
36       "source_files": "TBWIFILinkTool/Classes/ESPTouch/**/*.{h,m}"
37     }
38   ]