blob: 3c39354290c108807c8d4ab7a3fa098db2f8feb4 [file] [log] [blame]
{
"name": "EspressifFBYTouchSDK",
"version": "1.0.0",
"summary": "EspressifFBYTouch SDK v1.0.0",
"description": "Espressiftouch 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. Espressiftouch is developed and maintained by Espressifressif Corp.",
"homepage": "https://github.com/fanbaoying/EspressifFBYTouchSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanbaoying": "fanbaoying@espressif.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/fanbaoying/EspressifFBYTouchSDK.git",
"tag": "1.0.0"
},
"source_files": [
"EspTouch/*.h",
"EspTouch/udp/*.{h,m}",
"EspTouch/protocol/*.{h,m}",
"EspTouch/ESPUtils/*.{h,m}",
"EspTouch/task/*.{h,m}"
],
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
],
"requires_arc": true
}