blob: 657fd88a39eaf352acddbc0109069f476564f839 [file] [log] [blame]
{
"name": "FritzBox-Kit",
"version": "0.3.0",
"summary": "Swift SDK for communicating with Fritz! smart home devices.",
"authors": {
"Roman Gille": "developer@romangille.com"
},
"homepage": "https://github.com/r-dent/FritzBoxKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/r-dent/FritzBoxKit.git",
"tag": "v0.3.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"dependencies": {
"AEXML": [
],
"XMLMapper": [
]
},
"platforms": {
"ios": "9"
}
}