blob: cdd49e38e1ab59840a1474c286aa09db4e1fb67e [file] [log] [blame]
{
"name": "MeshbluBeaconKit",
"version": "2.8.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.8.0"
},
"social_media_url": "https://twitter.com/octoblu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MeshbluBeaconKit/Classes/**/*",
"frameworks": "CoreLocation",
"dependencies": {
"MeshbluHttp": [
"~> 1.1"
],
"Dollar": [
"~> 5.2"
],
"Result": [
"~> 2.1"
]
}
}