[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / a / 3 / EspTouch / 5.3.2 / EspTouch.podspec.json
blobc363ef44710e1bc4b41d1d3e083e7a22dc2ebc4a
2   "name": "EspTouch",
3   "version": "5.3.2",
4   "summary": "map v1.3.1 EspTouch Espressif wifi module,more see:https://github.com/EspressifApp/EsptouchForIOS.",
5   "description": "## v1.3.1\n\n  - Optimization of iOS 13.1.2 version wi-fi information acquisition failure problem\n  - add location permissions, wi-fi information acquisition needs\n  - Optimize the page, support iPhone X, iPhone 11 and other models page adaptive\n\n  ## v1.3.0\n\n  - Add the necessary network configuration remind\n  - Optimize the information transmission function in the test\n  - Add permission configuration to get wi-fi information\n\n  ## v0.3.7.1\n  - Remove deprecated constructor of EsptouchTask\n  - Remove EsptouchTask's aes constructor, device doesn't support currently\n  \n==================================v0.3.5.4  2018-04-09====================== \n1. Support AES128 encryption\n2. Usage:\n\nNSString *secretKey = @\"1234567890123456\"; // TODO use your own key\n\nESPAES *aes = [[ESPAES alloc] initWithKey:secretKey];\n\nESPTouchTask *task = [[ESPTouchTask alloc]initWithApSsid:apSsid andApBssid:apBssid andApPwd:apPwd andAES:aes];\n==================================v0.3.5.3==================================\n1. isSsidHidden is YES forever\n2. Usage:\n    The same as v0.3.5.2.(Support IPv6 only environment).\n\n==================================v0.3.5.2==================================\n1.  Espressif's RTOS SDK Smart Config is updated to v2.5.5\n    <b>Only RTOS-v2.5.5 and above support IPv6 only environment</b> \n    <b>Esptouch v0.3.5.1 only support Espressif's Smart Config v2.4 and above</b>\n    <b>IPv4 is preferred and the old version is compatible</b>\n\n2.  Usage:\n    The same as v0.3.5.1.(Support IPv6 only environment).\n\n3.  Fix a bug about check IPv4 address private\n4.  Try to open network permission when launch app after ios10.0\n    (Fix the bug some ios10.0 later can't use Esptouch)\n\n==================================v0.3.5.1==================================\n\n1.  Espressif's RTOS SDK Smart Config is updated to v2.5.5\n    <b>Only RTOS-v2.5.5 and above support IPv6 only environment</b> \n    <b>Esptouch v0.3.5.1 only support Espressif's Smart Config v2.4 and above</b>\n    <b>IPv4 is preferred and the old version is compatible</b>\n\n2.  Usage:\n    The same as v0.3.5.0.(Support IPv6 only environment).\n\n==================================v0.3.5.0==================================\n\n1.  Espressif's Smart Config is updated to v2.4.\n\n    <b>Esptouch v0.3.5.0 only support Espressif's Smart Config v2.4</b>\n\n2.  Usage:\n\n    The same as v0.3.4.3.(Support IPv6 only environment).\n\n3.  Significant Change:\n\n    Esptouch v0.3.5.0 support IPv6 only environment.\n    IPv4 is preferred and the old version is compatible.\n\n==================================v0.3.4.3==================================\n\n1.  Espressif's Smart Config is updated to v2.4.\n\n    <b>Esptouch v0.3.4.3 only support Espressif's Smart Config v2.4</b>\n\n2.  Usage:\n\n    The same as v0.3.4.2.(fix some bugs in v0.3.4.2).\n\n==================================v0.3.4.2==================================\n\n1.  Espressif's Smart Config is updated to v2.4, and some paremeters are changed.\n\n    <b>Esptouch v0.3.4 only support Espressif's Smart Config v2.4</b>\n\n2.  ESPTouchDelegate is added. It support callback when new device is connected to wifi.\n\n3.  Usage:\n\n    The same as v0.3.3.",
6   "homepage": "https://github.com/liubiqu/EspTouch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liubiqu": "liubiqu@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liubiqu/EspTouch.git",
16     "tag": "5.3.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "EspTouch/**/*"