blob: b87d4cf4798fb09e05a6c217a87d939b3cb47cc0 [file] [log] [blame]
{
"name": "BlueFish",
"version": "1.0.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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paolo Tagliani": "paolo@mobilejazz.com"
},
"source": {
"git": "https://github.com/mobilejazz/BlueFish.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BlueFish/Classes/**/*",
"frameworks": [
"CoreBluetooth",
"MapKit"
]
}