blob: 769e8bf20662a3909b012ba7c0c156b096a65b99 [file] [log] [blame]
{
"name": "MeshbluBeaconKit",
"version": "2.6.0",
"summary": "Easily connection iBeacons to Meshblu",
"description": "Handles all the complexity of ranging iBeacons and connecting them to Meshblu",
"homepage": "https://github.com/octoblu/MeshbluBeaconKit",
"license": "MIT",
"authors": {
"Octoblu": "cocoapods@octoblu.com"
},
"source": {
"git": "https://github.com/octoblu/MeshbluBeaconKit.git",
"tag": "2.6.0"
},
"social_media_url": "https://twitter.com/octoblu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MeshbluBeaconKit/Classes/**/*",
"frameworks": "CoreLocation",
"dependencies": {
"MeshbluHttp": [
"~> 1.0"
],
"Dollar": [
"~> 5.2"
],
"Result": [
"~> 2.1"
]
}
}