blob: e223c3f15affac44212a6280336d28ace13ae309 [file] [log] [blame]
{
"name": "NetatmoSwiftSDK",
"version": "0.0.1",
"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.1"
},
"source_files": "Source/**/*.swift",
"exclude_files": "Tests/**/TestConfig.{json}",
"swift_versions": "5.1",
"frameworks": [
"UIKit",
"CoreLocation",
"SafariServices"
],
"swift_version": "5.1"
}