blob: b3b61822812f663828e87ea59b8fd195bbb3a22a [file] [log] [blame]
{
"name": "ESPProvision",
"version": "2.0.1",
"summary": "ESP-IDF provisioning in Swift",
"description": "It provides mechanism to provide network credentials and/or custom data to an ESP32 or ESP32-S2 devices",
"homepage": "https://github.com/espressif/esp-idf-provisioning-ios",
"license": {
"type": "Apache License, Version 2.0",
"text": " Copyright © 2020 Espressif.\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": "Espressif Systems",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/espressif/esp-idf-provisioning-ios.git",
"tag": "lib-2.0.1"
},
"source_files": [
"ESPProvision",
"ESPProvision/**/*.{h,m,swift}"
],
"swift_versions": [
"5.1",
"5.2"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"SwiftProtobuf": [
"~> 1.5.0"
],
"Curve25519": [
"~> 1.1.0"
]
}
}
],
"swift_version": "5.2"
}