blob: bc13268863a2c43f7f580ea9f7213e4717b1c69e [file] [log] [blame]
{
"name": "NetatmoSwiftSDK",
"version": "0.0.2",
"summary": "NetatmoSwiftSDK is a Swift wrapper around the Netatmo API.",
"homepage": "https://github.com/Baza207/NetatmoSwiftSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Barrow": "james@pigonahill.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/Baza207/NetatmoSwiftSDK.git",
"tag": "0.0.2"
},
"source_files": "Source/**/*.swift",
"exclude_files": "Tests/**/TestConfig.{json}",
"swift_versions": "5.1",
"frameworks": [
"UIKit",
"CoreLocation",
"SafariServices"
],
"swift_version": "5.1"
}