blob: 7e6330ecfe5517aa7790f226cc028bc605e86e10 [file] [log] [blame]
{
"name": "BlueFish",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BlueFish/Classes/**/*",
"frameworks": "CoreBluetooth"
}