blob: 62edf0993afa5ccb1792ef572f8e6866aa82e1ce [file] [log] [blame]
{
"name": "MeshbluBeaconKit",
"version": "2.7.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.7.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"
]
}
}