blob: d27ff3243d0142734829983aae6448cac280841b [file] [log] [blame]
{
"name": "MKSensor",
"version": "0.1.0",
"summary": "A short description of MKSensor.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/moko-sensor/-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chengang": "chengang@mokotechnology.com"
},
"source": {
"git": "https://github.com/moko-sensor/-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "MKSDKForDevice",
"source_files": "MKSensor/Classes/MKSDKForDevice/**",
"dependencies": {
"CocoaAsyncSocket": [
]
}
},
{
"name": "MKSDKForMqttServer",
"source_files": "MKSensor/Classes/MKSDKForMqttServer/**",
"dependencies": {
"MQTTClient": [
"0.14.0"
]
}
}
]
}