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