blob: a60f6bc71480a25281af3211809c2e4373980423 [file] [log] [blame]
{
"name": "EspressifTouchSDK",
"version": "1.0.3",
"summary": "EspressifTouch SDK v1.0.3, https://github.com/EspressifApps/EspressifTouchSDK",
"description": "Esptouch is one way for iPhone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. Esptouch is developed and maintained by Espressif Corp.",
"homepage": "https://github.com/EspressifApps/EspressifTouchSDK",
"license": "MIT",
"authors": {
"fanbaoying": "fanbaoying@espressif.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EspressifApps/EspressifTouchSDK.git",
"tag": "1.0.3"
},
"source_files": [
"EspTouch/*.h",
"EspTouch/udp/*.{h,m}",
"EspTouch/protocol/*.{h,m}",
"EspTouch/ESPUtils/*.{h,m}",
"EspTouch/task/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}