blob: bdf8b8a3b338ff7343172e0bc1962a2ee9ac6b35 [file] [log] [blame]
{
"name": "BlueFish",
"version": "1.0.1",
"summary": "CoreBluetooth with block-based APIs",
"description": "Simple wrapper around CoreBluetooth that replace delegate based API with block based API",
"homepage": "https://github.com/mobilejazz/BlueFish",
"social_media_url": "http://twitter.com/mobilejazzcom",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"source": {
"git": "https://github.com/mobilejazz/BlueFish.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BlueFish/Classes/**/*",
"frameworks": "CoreBluetooth"
}