blob: 9226b1a4b90149c5d8d90023cfa803797da12c5d [file] [log] [blame]
{
"name": "UbuduMeshSDK",
"version": "1.0.2",
"summary": "Mesh SDK allows devices to send messages through the mesh network.",
"homepage": "http://www.ubudu.com",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Ubudu SAS": "cocoapods@ubudu.com"
},
"social_media_url": "https://twitter.com/Ubudu",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ubudu/IOS-Mesh-SDK.git",
"tag": "v1.0.2"
},
"vendored_frameworks": "UbuduMeshSDK.framework",
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": ""
}
}