blob: df733185a6ade4bafcb20ff9edad90f03814b1d2 [file] [log] [blame]
{
"name": "SSMQTT",
"version": "0.1.0",
"summary": "封装Amazon iOT,实现远程控制。",
"description": "通过AmazonIoT三方库,实现自己定制对应项目的远程控制模块。",
"homepage": "http://10.8.2.38/smart/iOS/SSMQTT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumingjian": "joe.gu@cdskysoft.com"
},
"source": {
"git": "http://10.8.2.38/smart/iOS/SSMQTT.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "SSMQTT/Classes/**/*",
"dependencies": {
"AWSIoT": [
"~> 2.6.10"
]
},
"swift_version": "5.0"
}