blob: 4a1a3ff31270034f44d58e4c49bb9c27bf4a290f [file] [log] [blame]
{
"name": "TPLinkCloudClient",
"version": "1.0.0",
"summary": "A swift library for managing TPLink cloud devices.",
"homepage": "https://github.com/slmosl/TPLinkCloudClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"slmosl": "morsela@gmail.com"
},
"source": {
"git": "https://github.com/slmosl/TPLinkCloudClient.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"osx": "10.10"
},
"source_files": "TPLinkCloudClient/**/*",
"dependencies": {
"Alamofire": [
"~> 4.8"
]
}
}