blob: bd6af8e88618b7ab4edb90918d2c39fea01a3518 [file] [log] [blame]
{
"name": "UbuduMeshSDK",
"version": "0.1",
"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": "v0.1"
},
"vendored_frameworks": "UbuduMeshSDK.framework",
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": ""
}
}